Interface IUdefFieldCarrier
Interface implemented by carriers having User Defined fields
Namespace: SuperOfficeCRMServices
Assembly: SuperOffice.Services.dll
Syntax
public interface IUdefFieldCarrier
Properties
UserDefinedFields
Dictionary of user defined field data. The naming convention of the key string is as follows: The key string is the ProgId of the UdefField, or if the ProgId is empty it is a string of the format "SuperOffice.[UdefFieldIdentity]"; Example: SuperOffice.1234
Declaration
StringDictionary UserDefinedFields { get; set; }
Property Value
| Type | Description |
|---|---|
| SuperOffice.CRM.Services.StringDictionary |