Gets or sets Chinese - Macau SAR text alternative. Returns null if this alternative is not
present. Set to null to remove this alternative from the object.
Syntax
'Declaration
Public Property ChineseMacauSAR As String
'Usage
Dim instance As ImGearXMPLangAlt
Dim value As String
instance.ChineseMacauSAR = value
value = instance.ChineseMacauSAR
public string ChineseMacauSAR {get; set;}
public: __property string* get_ChineseMacauSAR();
public: __property void set_ChineseMacauSAR(
string* value
);
public:
property String^ ChineseMacauSAR {
String^ get();
void set ( String^ value);
}
Property Value
String value.
See Also