public string Description { get; }
Public ReadOnly Property Description As String
Get
Dim instance As CommandLineArgument
Dim value As String
value = instance.Description
public:
property String^ Description {
String^ get ();
}
This property is used only when generating usage information using CommandLineParserWriteUsage(UsageWriter).
To set the description of an argument, apply the DescriptionAttribute attribute to the property or method that defines the argument.