Click or drag to resize

CallExtraProperties Property

Extra properties of the call. These properties consist of information that are not mapped to existing properties in the API. The extra properties may depend on the business logic of the network application that populate them.

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

Property Value

Type: ReadOnlyDictionaryString, String
See Also