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