PersistentChatEndpoint.PersistentChatServices Property

Definition

An object which provides access to a wide variety of persistent chat features and services. All administrative functionality and client services, with the exception of establishing a ChatRoomSession, are exposed through this object.

public:
 property Microsoft::Rtc::Collaboration::PersistentChat::PersistentChatServices ^ PersistentChatServices { Microsoft::Rtc::Collaboration::PersistentChat::PersistentChatServices ^ get(); };
public Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices PersistentChatServices { get; }
member this.PersistentChatServices : Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatServices
Public ReadOnly Property PersistentChatServices As PersistentChatServices

Property Value

The persistent chat services object.

Applies to