ArgumentCreationInfoDefaultValueDescription Property
Gets or sets the default value description.
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public string DefaultValueDescription {
get;
set; }
Public Property DefaultValueDescription As String
Get
Set
Dim instance As ArgumentCreationInfo
Dim value As String
value = instance.DefaultValueDescription
instance.DefaultValueDescription = value
public:
property String^ DefaultValueDescription {
String^ get ();
void set (String^ value);
}
Property Value
String