Interface IPersonInfo2
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public interface IPersonInfo2 : IPersonInfo
Properties
PreferredLanguageId
This persons preferred support language ID
Declaration
int PreferredLanguageId { get; }
Property Value
| Type | Description |
|---|---|
| int |
Retired
Is the person retired? English text 'True' or 'False'
Declaration
bool Retired { get; }
Property Value
| Type | Description |
|---|---|
| bool |
ServiceContactId
Our service contact for this person - ID
Declaration
int ServiceContactId { get; }
Property Value
| Type | Description |
|---|---|
| int |
ServiceContactName
Our service contact for this person - Full name
Declaration
string ServiceContactName { get; }
Property Value
| Type | Description |
|---|---|
| string |
ServicePriority
This persons service priority ID
Declaration
int ServicePriority { get; }
Property Value
| Type | Description |
|---|---|
| int |