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