ApplicationEndpointSettingsDiscoveredEventArgs.ApplicationEndpointSettings Property
Initially contains the default settings for an ApplicationEndpoint.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property ApplicationEndpointSettings As ApplicationEndpointSettings
Get
'Usage
Dim instance As ApplicationEndpointSettingsDiscoveredEventArgs
Dim value As ApplicationEndpointSettings
value = instance.ApplicationEndpointSettings
public ApplicationEndpointSettings ApplicationEndpointSettings { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.ApplicationEndpointSettings
Remarks
The application should set the various properties on the settings object to customize it and use the settings to create an application endpoint.
See Also
Reference
ApplicationEndpointSettingsDiscoveredEventArgs Class