Note
public bool IsShort { get; set; }
Public Property IsShort As Boolean
Get
Set
Dim instance As ArgumentNameAttribute
Dim value As Boolean
value = instance.IsShort
instance.IsShort = value
public:
property bool IsShort {
bool get ();
void set (bool value);
}
If the ShortName property is not set but this property is set to , the short name will be derived using the first character of the long name.