ArgumentCreationInfoKind Property
Gets or sets the argument kind.
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public ArgumentKind Kind {
get;
set; }
Public Property Kind As ArgumentKind
Get
Set
Dim instance As ArgumentCreationInfo
Dim value As ArgumentKind
value = instance.Kind
instance.Kind = value
public:
property ArgumentKind Kind {
ArgumentKind get ();
void set (ArgumentKind value);
}
Property Value
ArgumentKindOne of the
ArgumentKind values.