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