Gets the name of the chat room for the messages contained in this instance.
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property ChatRoomName As String Get Private Set |
Visual Basic (Usage) |
---|
Dim instance As ChatHistoryResult Dim value As String value = instance. ChatRoomName |
C# |
---|
public string ChatRoomName { get; private set; } |