ChoiceNameAttribute public class ChoiceNameAttribute : Attribute Specifies the choice name of the enum value. Documentation public string Name { get; } Gets the name. public ChoiceNameAttribute(string name) Initializes a new instance of the ChoiceNameAttribute class.