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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
VSDBToolsOptionsSettingChange Class