Gets the endpoint that this service object is tied to.
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Endpoint As GroupChatEndpoint Get Private Set |
Visual Basic (Usage) |
---|
Dim instance As GroupChatUserAdministrationServices Dim value As GroupChatEndpoint value = instance. Endpoint |
C# |
---|
public GroupChatEndpoint Endpoint { get; private set; } |
Property Value
Type: Microsoft.Rtc.Collaboration.GroupChat . . :: . . GroupChatEndpointThe endpoint.