SettingChange.NewValue Property
Gets the new value of the setting.
Namespace: Microsoft.Data.Schema.Common.Settings
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property NewValue As Object
Get
'Usage
Dim instance As SettingChange
Dim value As Object
value = instance.NewValue
public Object NewValue { get; }
public:
property Object^ NewValue {
Object^ get ();
}
function get NewValue () : Object
member NewValue : Object
Property Value
Type: System.Object
.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.