Endpoint Property

Gets the endpoint of the 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

See Also

Reference

Conversation Class

Conversation Members

Microsoft.Rtc.Collaboration Namespace