ArgumentCreationInfoAllowsNull Property
Gets or sets a value that indicates whether the argument allows null values.
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public bool AllowsNull {
get;
set; }
Public Property AllowsNull As Boolean
Get
Set
Dim instance As ArgumentCreationInfo
Dim value As Boolean
value = instance.AllowsNull
instance.AllowsNull = value
public:
property bool AllowsNull {
bool get ();
void set (bool value);
}
Property Value
Boolean