InputDescriptor.Value Property
Gets or sets the value of the input.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Property Value As Object
public Object Value { get; set; }
public:
property Object^ Value {
Object^ get ();
void set (Object^ value);
}
member Value : Object with get, set
function get Value () : Object
function set Value (value : Object)
Property Value
Type: System.Object
A serializable Object that is the value of the input.
Remarks
The data generator maintains a dictionary of input values, and it uses the Key property value to uniquely identify the input values.
The type of the Object that is returned from this property must be IXmlSerializable. Otherwise, it cannot be persisted.
.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.