Share via


InputDescriptor.AutoAssignedInput Property

Gets the type of the input. This property is used to specify the type of the input 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 ReadOnly Property AutoAssignedInput As AutoAssignedInput
'Usage
Dim instance As InputDescriptor
Dim value As AutoAssignedInput

value = instance.AutoAssignedInput
public AutoAssignedInput AutoAssignedInput { get; }
public:
property AutoAssignedInput AutoAssignedInput {
    AutoAssignedInput get ();
}
public function get AutoAssignedInput () : AutoAssignedInput

Property Value

Type: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator.AutoAssignedInput
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.

Permissions

See Also

Reference

InputDescriptor Class

InputDescriptor Members

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace

AutoAssignedInput

SetInputValues

InputAttribute

Other Resources

How to: Add Input Properties to a Data Generator

Walkthrough: Creating a Custom Data Generator