public string Description { get; }
Public ReadOnly Property Description As String
Get
Dim instance As CommandLineParser
Dim value As String
value = instance.Description
public:
property String^ Description {
String^ get ();
}
If not empty, this description will be added to the usage returned by the WriteUsage(UsageWriter) method. This description can be set by applying the DescriptionAttribute to the command line arguments type.