public string Description { get; }
Public ReadOnly Property Description As String
Get
Dim instance As CategoryInfo
Dim value As String
value = instance.Description
public:
property String^ Description {
String^ get ();
}
The description for an argument category can be specified by applying the DescriptionAttribute attribute to the enumeration value. If no description specified, the string representation of the enumeration value is used.