ArgumentCreationInfoAttribute Property
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public CommandLineArgumentAttribute Attribute {
get;
set; }
Public Property Attribute As CommandLineArgumentAttribute
Get
Set
Dim instance As ArgumentCreationInfo
Dim value As CommandLineArgumentAttribute
value = instance.Attribute
instance.Attribute = value
public:
property CommandLineArgumentAttribute^ Attribute {
CommandLineArgumentAttribute^ get ();
void set (CommandLineArgumentAttribute^ value);
}
Property Value
CommandLineArgumentAttribute