Class CredentialsGroup
When the CredentialType's control is of type link, the user is selected from a source like active directory. This will then be the organisational unit (e.g. user security group) in active directory. Only one group is listed if the system does not support groups.
Carrier object for CredentialsGroup. Services for the CredentialsGroup Carrier is available from the User Agent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.10.0.0")]
public class CredentialsGroup : Carrier
Constructors
CredentialsGroup()
Default constructor
Declaration
public CredentialsGroup()
See Also
Properties
DisplayName
The display name of the group to display to the user.
Declaration
[DataMember]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Name
This is the full name of the group as needed to discover the users within the group. this value should not be displayed to the end user.
Declaration
[DataMember]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | The carrier contents. |
See Also
ToString(string)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
| Type | Name | Description |
|---|---|---|
| string | prefix | The line prefix (typically used for indenting) |
Returns
| Type | Description |
|---|---|
| string | The carrier contents. |