Click or drag to resize

UserExternalAppIds Property

External Application IDs for applications that have registered via the ExternalAppInterface.

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

Property Value

Type: ReadOnlyCollectionString
Remarks
If the ExternalAppInterface is not enabled or no applications are registered this property will return an empty list.
See Also