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