ApplicationEndpointExtensionMethods.GetApplicationEndpointOwnerProperties Method (ApplicationEndpoint)

Namespace:  Microsoft.Rtc.Internal.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetApplicationEndpointOwnerProperties ( _
    endpoint As ApplicationEndpoint _
) As ApplicationEndpointOwnerProperties
'Usage
Dim endpoint As ApplicationEndpoint
Dim returnValue As ApplicationEndpointOwnerProperties

returnValue = endpoint.GetApplicationEndpointOwnerProperties()
public static ApplicationEndpointOwnerProperties GetApplicationEndpointOwnerProperties(
    this ApplicationEndpoint endpoint
)

Parameters

Return Value

Type: Microsoft.Rtc.Internal.Collaboration.ApplicationEndpointOwnerProperties

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ApplicationEndpoint. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/bb384936(v=office.14) or https://msdn.microsoft.com/en-us/library/bb383977(v=office.14).

See Also

Reference

ApplicationEndpointExtensionMethods Class

ApplicationEndpointExtensionMethods Members

GetApplicationEndpointOwnerProperties Overload

Microsoft.Rtc.Internal.Collaboration Namespace