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
'Declaration
Public Property GermanAustria As String
'Usage
Dim instance As ImGearXMPLangAlt
Dim value As String
instance.GermanAustria = value
value = instance.GermanAustria
public string GermanAustria {get; set;}
public: __property string* get_GermanAustria();
public: __property void set_GermanAustria(
string* value
);
public:
property String^ GermanAustria {
String^ get();
void set ( String^ value);
}
Property Value
String value.
See Also