ArgumentCreationInfoKind Property
Gets or sets the argument kind.
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
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.