Generator.Precision Property
Gets or sets the precision of the data.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)
Syntax
'Declaration
Public Property Precision As Integer
'Usage
Dim instance As Generator
Dim value As Integer
value = instance.Precision
instance.Precision = value
public int Precision { get; set; }
public:
property int Precision {
int get ();
void set (int value);
}
/** @property */
public int get_Precision ()
/** @property */
public void set_Precision (int value)
public function get Precision () : int
public function set Precision (value : int)
Property Value
An integer that contains the precision.
Remarks
This property is decorated with the InputAttribute and the AutoAssignedInput named parameter.
See Also
Reference
Generator Class
Generator Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
GeneratorAttribute
GeneratorInit
IGenerator
Precision
Concepts
An Overview of Data Generator Extensibility
Specifying Details of Data Generation for a Column