Share via


VSDBToolsOptionsSettingChange.NewValue Property

Gets an Object that represents the value of the setting after the change.

Namespace:  Microsoft.Data.Schema.Tools.Settings.Internal
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public ReadOnly Property NewValue As Object
public Object NewValue { get; }
public:
property Object^ NewValue {
    Object^ get ();
}
member NewValue : Object
function get NewValue () : Object

Property Value

Type: System.Object
The value after the change.

.NET Framework Security

See Also

Reference

VSDBToolsOptionsSettingChange Class

Microsoft.Data.Schema.Tools.Settings.Internal Namespace

OldValue