Edit

Share via


ApplicationEndpointSettingsDiscoveredEventArgs.ApplicationEndpointSettings Property

Definition

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.

Applies to