ChatRoomSession.Endpoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the endpoint on which this session was established.
public:
property Microsoft::Rtc::Collaboration::PersistentChat::PersistentChatEndpoint ^ Endpoint { Microsoft::Rtc::Collaboration::PersistentChat::PersistentChatEndpoint ^ get(); };
public Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint Endpoint { get; }
member this.Endpoint : Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint
Public ReadOnly Property Endpoint As PersistentChatEndpoint
Property Value
The endpoint for this session.