Click or drag to resize
BaseContactExtraFields Property
The list extra fields used for local contacts.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.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