Gets or sets a value indicating whether the group should not be loaded into the page.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property IgnoreGroup As Boolean
             
        
            
            'Usage
 
Dim instance As ImGearARTCreatingGroupEventArgs
Dim value As Boolean
 
instance.IgnoreGroup = value
 
value = instance.IgnoreGroup
             
        
            
            public bool IgnoreGroup {get; set;}
             
        
            
            public: __property bool get_IgnoreGroup();
public: __property void set_IgnoreGroup( 
   bool value
);
             
        
            
            public:
property bool IgnoreGroup {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
Boolean value.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also