| IUserGroupGroupType Property  | 
        
        
          
         
            Gets/sets the type name of the group. The type of the group is just arbitrary metadata.
            However, it is useful to identify the purpose of the group.
            
 
    Namespace: 
   Ingeniux.CMS
    Assembly:
   Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
 Syntax
Syntaxstring GroupType { get; set; }Property GroupType As String
	Get
	Set
property String^ GroupType {
	String^ get ();
	void set (String^ value);
}abstract GroupType : string with get, set
Property Value
Type: 
String See Also
See Also