ConfigChangedEventArgsNewValue Property  | 
 Gets the new 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? NewValue { get; }Public ReadOnly Property NewValue As Object
	Get
public:
property Object^ NewValue {
	Object^ get ();
}member NewValue : Object with get
Property Value
Type: 
ObjectThe new value of the setting, or 
 if more than one setting has changed.
See Also