Class UserCredentialInfo
Information about a user.
Inherited Members
Namespace: SuperOffice.CRM.Administration
Assembly: SoDataBase.dll
Syntax
public class UserCredentialInfo
Constructors
UserCredentialInfo()
Information about a user.
Declaration
public UserCredentialInfo()
Properties
CanCreatePerson
Can a person be created from this credential.
Declaration
public bool CanCreatePerson { get; set; }
Property Value
Type | Description |
---|---|
bool |
Columns
Colums matching Headings containing information about the user to be displied on an archive.
Declaration
public string[] Columns { get; set; }
Property Value
Type | Description |
---|---|
string[] |
DisplayValue
The value displayed to the user. this will typically be the users login name in active directory.
Declaration
public string DisplayValue { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
This is the actuall value of the credentials. This will typically be the password or teh users SID in active directory.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
Information about a user.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |