public char ShortName { get; set; }
Public Property ShortName As Char
Get
Set
Dim instance As ArgumentNameAttribute
Dim value As Char
value = instance.ShortName
instance.ShortName = value
public:
property wchar_t ShortName {
wchar_t get ();
void set (wchar_t value);
}
This property is ignored if Mode is not LongShort.
If this property is not set but the IsShort property is set to , the short name will be derived using the first character of the long name.