Class ProvidedCredential
Summary description for ProvidedCredential.
Inherited Members
Namespace: SuperOffice.CRM.Services
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.9.0.0")]
public class ProvidedCredential
Constructors
ProvidedCredential()
Summary description for ProvidedCredential.
Declaration
public ProvidedCredential()
Fields
CredentialId
The credential row that allowed us access
Declaration
[DataMember]
public int CredentialId
Field Value
| Type | Description |
|---|---|
| int |
DisplayName
The display name used in display fields
Declaration
[DataMember]
public string DisplayName
Field Value
| Type | Description |
|---|---|
| string |
SearchName
The search name used for looking up
Declaration
[DataMember]
public string SearchName
Field Value
| Type | Description |
|---|---|
| string |
Type
The type of credential. This will reflect the value in Credential.Type
Declaration
[DataMember]
public string Type
Field Value
| Type | Description |
|---|---|
| string |