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