Share via


InputAttribute.AutoAssignedInput Property

Gets or sets the type of input property.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Property AutoAssignedInput As AutoAssignedInput
public AutoAssignedInput AutoAssignedInput { get; set; }
public:
property AutoAssignedInput AutoAssignedInput {
    AutoAssignedInput get ();
    void set (AutoAssignedInput value);
}
member AutoAssignedInput : AutoAssignedInput with get, set
function get AutoAssignedInput () : AutoAssignedInput
function set AutoAssignedInput (value : AutoAssignedInput)

Property Value

Type: Microsoft.Data.Schema.Tools.DataGenerator.AutoAssignedInput
A member of the enumeration that identifies the type of input for this attribute.

Remarks

Use this attribute to direct the data generation engine to automatically set a property of a custom generator.

.NET Framework Security

See Also

Reference

InputAttribute Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace

AutoAssignedInput