ConfigChangedEventArgsOldValue Property  | 
 Gets the original value of the setting.
 
    Namespace: 
   Dundas.BI.Configuration
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Object? OldValue { get; }Public ReadOnly Property OldValue As Object
	Get
public:
property Object^ OldValue {
	Object^ get ();
}member OldValue : Object with get
Property Value
Type: 
ObjectThe original value of the setting, or 
 if more than one setting has changed.
See Also