CategoryInfo.Description Property

Gets the description of the category, which is displayed in the usage help.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
C#
public string Description { get; }

Property Value

String
A string with the description of the category.

Remarks

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.

See Also