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