ApplicationEndpointSettingsDiscoveredEventArgs.ApplicationEndpointSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initially contains the default settings for an ApplicationEndpoint.
public:
property Microsoft::Rtc::Collaboration::ApplicationEndpointSettings ^ ApplicationEndpointSettings { Microsoft::Rtc::Collaboration::ApplicationEndpointSettings ^ get(); };
public Microsoft.Rtc.Collaboration.ApplicationEndpointSettings ApplicationEndpointSettings { get; }
member this.ApplicationEndpointSettings : Microsoft.Rtc.Collaboration.ApplicationEndpointSettings
Public ReadOnly Property ApplicationEndpointSettings As ApplicationEndpointSettings
Property Value
Remarks
The application should set the various properties on the settings object to customize it and use the settings to create an application endpoint.