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