ArgumentCreationInfoAttribute Property
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
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