| UserExternalAppIds Property |
External Application IDs for applications that have registered via the ExternalAppInterface.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic 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