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