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