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