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
- 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