CommandLineArgumentCategory Property

Gets information about the category that the argument belongs to.

Definition

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

Property Value

NullableCategoryInfo
An instance of the CategoryInfo structure, or if the argument has no category.

Remarks

Argument categories are used to group argument in the usage help. They are not used when parsing.

See Also