Class UserCredentialGroup
Information about a user group or organizational unit.
Inherited Members
Namespace: SuperOffice.CRM.Administration
Assembly: SoDataBase.dll
Syntax
public class UserCredentialGroup
Constructors
UserCredentialGroup()
Information about a user group or organizational unit.
Declaration
public UserCredentialGroup()
Properties
DisplayName
Name of the group to show to end users.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Name (key) as used to identify the group.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
Information about a user group or organizational unit.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |