Generator.Scale Property
Gets or sets the scale of the data.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)
Syntax
'Declaration
Public Property Scale As Integer
'Usage
Dim instance As Generator
Dim value As Integer
value = instance.Scale
instance.Scale = value
public int Scale { get; set; }
public:
property int Scale {
int get ();
void set (int value);
}
/** @property */
public int get_Scale ()
/** @property */
public void set_Scale (int value)
public function get Scale () : int
public function set Scale (value : int)
Property Value
An integer that contains the scale of the data.
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
Scale
Concepts
An Overview of Data Generator Extensibility
Specifying Details of Data Generation for a Column