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: 493.0.70.0
Syntax
C#
public Dictionary<string, string> ExtraProperties { get; }

Property Value

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