public bool IsLong { get; set; }
Public Property IsLong As Boolean
Get
Set
Dim instance As ArgumentNameAttribute
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 this property is , the ArgumentName property will not be used.