CategoryInfoCategory Property
Gets the category.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public Enum Category { get; }
Public ReadOnly Property Category As Enum
Get
Dim instance As CategoryInfo
Dim value As Enum
value = instance.Category
public:
property Enum^ Category {
Enum^ get ();
}
Property Value
Enum
The category's enumeration value. The enumeration type depends on the type used with the
CommandLineArgumentAttributeCategory property.