Interface IContactInfo2
Interface providing information about a contact with support person info
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public interface IContactInfo2 : IContactInfo
Properties
SupportPersonId
Contact's support person ID
Declaration
int SupportPersonId { get; }
Property Value
Type | Description |
---|---|
int |
SupportPersonName
Contact's support person - Full name
Declaration
string SupportPersonName { get; }
Property Value
Type | Description |
---|---|
string |