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