LocalEndpointPresenceServices.LocalEndpoint Property
Gets the instance of LocalEndpoint for PresenceServices.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property LocalEndpoint As LocalEndpoint
Get
'Usage
Dim instance As LocalEndpointPresenceServices
Dim value As LocalEndpoint
value = instance.LocalEndpoint
public LocalEndpoint LocalEndpoint { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.LocalEndpoint
See Also
Reference
LocalEndpointPresenceServices Class