Conversation.Endpoint Property
Gets the endpoint associated with this conversation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Endpoint As LocalEndpoint
Get
Private Set
'Usage
Dim instance As Conversation
Dim value As LocalEndpoint
value = instance.Endpoint
public LocalEndpoint Endpoint { get; private set; }
Property Value
Type: Microsoft.Rtc.Collaboration.LocalEndpoint