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