InputAttribute.AutoAssignedInput Property

Gets or sets the type of the input property. This property is used to specify the type for well-known input types.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)

Syntax

'Declaration
Public Property AutoAssignedInput As AutoAssignedInput
'Usage
Dim instance As InputAttribute
Dim value As AutoAssignedInput

value = instance.AutoAssignedInput

instance.AutoAssignedInput = value
public AutoAssignedInput AutoAssignedInput { get; set; }
public:
property AutoAssignedInput AutoAssignedInput {
    AutoAssignedInput get ();
    void set (AutoAssignedInput value);
}
/** @property */
public AutoAssignedInput get_AutoAssignedInput ()

/** @property */
public void set_AutoAssignedInput (AutoAssignedInput value)
public function get AutoAssignedInput () : AutoAssignedInput

public function set AutoAssignedInput (value : AutoAssignedInput)

Property Value

One of the AutoAssignedInput values.

Remarks

AutoAssignedInput can have any of the well-known input types that AutoAssignedInput defines, which include Seed, Nullable, PercentageNull, and Unique.

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

See Also

Tasks

How to: Add Input Properties to a Data Generator

Reference

InputAttribute Class
InputAttribute Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
AutoAssignedInput
InputDescriptor