C# class property sheets contain all the standard class tabs along with the C# tab, the properties of which are listed below:
        
                
                
                
                    
                        | 
                             Property 
                         | 
                        
                             Description 
                         | 
                    
                
                
                    
                        | 
                             Static 
                         | 
                        
                             Specifies the static modifier for the class declaration. 
                         | 
                    
                    
                        | 
                             Sealed 
                         | 
                        
                             Specifies the sealed modifier for the class declaration. 
                         | 
                    
                    
                        | 
                             New 
                         | 
                        
                             Specifies the new modifier for the class declaration. 
                         | 
                    
                    
                        | 
                             Unsafe 
                         | 
                        
                             Specifies the unsafe modifier for the class declaration. 
                         |