NewChatRoomProperties Property
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Gets the new chat room properties.
Namespace: Microsoft.Rtc.Collaboration.GroupChat
Assembly: Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
'Declaration
Public Property NewChatRoomProperties As Dictionary(Of String, Object)
Get
Private Set
'Usage
Dim instance As ChatRoomPropertiesChangedEventArgs
Dim value As Dictionary(Of String, Object)
value = instance.NewChatRoomProperties
public Dictionary<string, Object> NewChatRoomProperties { get; private set; }
Property Value
Type: System.Collections.Generic.Dictionary<String, Object>
A dictionary of key/value pairs which describe the new chat room properties. Only those properties which have changed will be found in the dictionary, and not all properties are supported by this event.
Possible keys include: Name, Topic, AddIn, ParentCategoryUri, and IsAuditorium.
The value associated with each of these keys is the actual property value of the chat room, and the data type of the value is the actual property data type.
See Also
Reference
ChatRoomPropertiesChangedEventArgs Class