InputChangingEventArgs.Value Property
Gets the new value that is assigned to the input property.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public ReadOnly Property Value As Object
public Object Value { get; }
public:
property Object^ Value {
Object^ get ();
}
member Value : Object
function get Value () : Object
Property Value
Type: System.Object
An Object that contains the information about the new value that is assigned to the property.
Remarks
To cancel the assignment of the new value to the property, throw an InputValidationException in the OnValidateInputs method.
.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.