Share via


VSDBToolsOptionsSettingChange.OldValue Property

Gets an Object that represents the value of the setting before 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 OldValue As Object
public Object OldValue { get; }
public:
property Object^ OldValue {
    Object^ get ();
}
member OldValue : Object
function get OldValue () : Object

Property Value

Type: System.Object
The value before the change.

.NET Framework Security

See Also

Reference

VSDBToolsOptionsSettingChange Class

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

NewValue