Gets or sets the name of the user dictionary section to which this item belongs.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property SectionName As String
             
        
            
            'Usage
 
Dim instance As ImGearRecUDItem
Dim value As String
 
instance.SectionName = value
 
value = instance.SectionName
             
        
            
            public string SectionName {get; set;}
             
        
            
            public: __property string* get_SectionName();
public: __property void set_SectionName( 
   string* value
);
             
        
            
            public:
property String^ SectionName {
   String^ get();
   void set (    String^ value);
}
             
        
             
        
            
            
            Property Value
String value.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also