Click or drag to resize

UnifiedPortalResourcesExtraProperties Property

A dictionary of extra properties the application may be interested in.

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

Property Value

Type: DictionaryString, String
Remarks
Complex property values are JSON encoded strings.
See Also