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