ValueDescriptionAttributeValueDescription Property |
Gets the custom value description.
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic string ValueDescription { get; }
Public ReadOnly Property ValueDescription As String
Get
Dim instance As ValueDescriptionAttribute
Dim value As String
value = instance.ValueDescription
public:
property String^ ValueDescription {
String^ get ();
}
Property Value
Type:
String
The custom value description.
See Also