Interface IUdefFieldCarrier
Interface implemented by carriers having User Defined fields
Namespace: SuperOffice.CRM.Services
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 |
---|---|
StringDictionary |