Category Constructor(Guid)
 
            
                In This Topic
            
            Initializes a new instance of the 
Category class with the specified key.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As System.Guid _
)
             
        
            
            public Category( 
   System.Guid 
)
             
        
             
        
            Parameters
- key
 
- The System.Guid value which should be used as category key.
 
             
            
            
            
            
            
            
            
            
            
            
            
            See Also