Enum RelationTarget
Target type of relation. (Contact, person or both)
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum RelationTarget
Fields
| Name | Description |
|---|---|
| Both | 3: Both |
| Contact | 1: Contact |
| None | 0: None |
| Person | 2: Person |