Edit

Share via


ApplicationEndpointExtensionMethods.GetApplicationEndpointOwnerProperties Method

Definition

Overloads

GetApplicationEndpointOwnerProperties(ApplicationEndpoint)
GetApplicationEndpointOwnerProperties(ApplicationEndpointOwnerPropertiesChangedEventArgs)
GetApplicationEndpointOwnerProperties(ApplicationEndpointSettingsDiscoveredEventArgs)

GetApplicationEndpointOwnerProperties(ApplicationEndpoint)

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Rtc::Internal::Collaboration::ApplicationEndpointOwnerProperties ^ GetApplicationEndpointOwnerProperties(Microsoft::Rtc::Collaboration::ApplicationEndpoint ^ endpoint);
public static Microsoft.Rtc.Internal.Collaboration.ApplicationEndpointOwnerProperties GetApplicationEndpointOwnerProperties (this Microsoft.Rtc.Collaboration.ApplicationEndpoint endpoint);
static member GetApplicationEndpointOwnerProperties : Microsoft.Rtc.Collaboration.ApplicationEndpoint -> Microsoft.Rtc.Internal.Collaboration.ApplicationEndpointOwnerProperties
<Extension()>
Public Function GetApplicationEndpointOwnerProperties (endpoint As ApplicationEndpoint) As ApplicationEndpointOwnerProperties

Parameters

Returns

Applies to

GetApplicationEndpointOwnerProperties(ApplicationEndpointOwnerPropertiesChangedEventArgs)

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Rtc::Internal::Collaboration::ApplicationEndpointOwnerProperties ^ GetApplicationEndpointOwnerProperties(Microsoft::Rtc::Collaboration::ApplicationEndpointOwnerPropertiesChangedEventArgs ^ e);
public static Microsoft.Rtc.Internal.Collaboration.ApplicationEndpointOwnerProperties GetApplicationEndpointOwnerProperties (this Microsoft.Rtc.Collaboration.ApplicationEndpointOwnerPropertiesChangedEventArgs e);
static member GetApplicationEndpointOwnerProperties : Microsoft.Rtc.Collaboration.ApplicationEndpointOwnerPropertiesChangedEventArgs -> Microsoft.Rtc.Internal.Collaboration.ApplicationEndpointOwnerProperties
<Extension()>
Public Function GetApplicationEndpointOwnerProperties (e As ApplicationEndpointOwnerPropertiesChangedEventArgs) As ApplicationEndpointOwnerProperties

Parameters

Returns

Applies to

GetApplicationEndpointOwnerProperties(ApplicationEndpointSettingsDiscoveredEventArgs)

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Rtc::Internal::Collaboration::ApplicationEndpointOwnerProperties ^ GetApplicationEndpointOwnerProperties(Microsoft::Rtc::Collaboration::ApplicationEndpointSettingsDiscoveredEventArgs ^ e);
public static Microsoft.Rtc.Internal.Collaboration.ApplicationEndpointOwnerProperties GetApplicationEndpointOwnerProperties (this Microsoft.Rtc.Collaboration.ApplicationEndpointSettingsDiscoveredEventArgs e);
static member GetApplicationEndpointOwnerProperties : Microsoft.Rtc.Collaboration.ApplicationEndpointSettingsDiscoveredEventArgs -> Microsoft.Rtc.Internal.Collaboration.ApplicationEndpointOwnerProperties
<Extension()>
Public Function GetApplicationEndpointOwnerProperties (e As ApplicationEndpointSettingsDiscoveredEventArgs) As ApplicationEndpointOwnerProperties

Parameters

Returns

Applies to