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 ();
}
/** @property */
public AutoAssignedInput get_AutoAssignedInput ()
public function get AutoAssignedInput () : 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.
See Also
Tasks
How to: Add Input Properties to a Data Generator
Walkthrough: Creating a Custom Data Generator
Reference
InputDescriptor Class
InputDescriptor Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
AutoAssignedInput Enumeration
SetInputValues
InputAttribute Class