Gets the name of the chat room to which this message was posted.
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 ChatMessage Dim value As String value = instance. ChatRoomName |
C# |
---|
public string ChatRoomName { get; private set; } |