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