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