ChatRoomPropertiesChangedEventArgs.NewChatRoomProperties 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 new chat room properties.
public:
property System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ NewChatRoomProperties { System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,object> NewChatRoomProperties { get; }
member this.NewChatRoomProperties : System.Collections.Generic.Dictionary<string, obj>
Public ReadOnly Property NewChatRoomProperties As Dictionary(Of String, Object)
Property Value
The new chat room properties, keyed on the name of the property