Share via


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

See Also

Reference

InputChangingEventArgs Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace