Click or drag to resize

ContactExtraFields Property

The list extra fields used for local contacts.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public Dictionary<string, BaseContactField> ExtraFields { get; }

Property Value

Type: DictionaryString, BaseContactField
Remarks
Possible string key values can be found in ExtraFieldKey
See Also