Gets or sets the data that was loaded before changes were made.
| C# | Visual Basic | Visual C++ |
public CaseInsensitiveDictionary<Object> OriginalData { get; set; }
Public Property OriginalData As CaseInsensitiveDictionary(Of Object)
public: property CaseInsensitiveDictionary<Object^>^ OriginalData { CaseInsensitiveDictionary<Object^>^ get (); void set (CaseInsensitiveDictionary<Object^>^ value); }