public bool IsLong { get; set; }
Public Property IsLong As Boolean
Get
Set
Dim instance As CommandLineArgumentAttribute
Dim value As Boolean
value = instance.IsLong
instance.IsLong = value
public:
property bool IsLong {
bool get ();
void set (bool value);
}
This property is ignored if Mode is not LongShort.
If the Mode property is LongShort and the IsLong property is , the ArgumentName property is ignored.