Gets or sets ImageGear version to be used for serialiation of the custom toolbar.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property SaveByIGVersion As String
             
        
            
            'Usage
 
Dim instance As ImGearRecZoneGUICustomToolBar
Dim value As String
 
instance.SaveByIGVersion = value
 
value = instance.SaveByIGVersion
             
        
            
            public string SaveByIGVersion {get; set;}
             
        
            
            public: __property string* get_SaveByIGVersion();
public: __property void set_SaveByIGVersion( 
   string* value
);
             
        
            
            public:
property String^ SaveByIGVersion {
   String^ get();
   void set (    String^ value);
}
             
        
             
        
            
            
            Property Value
String value.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also