DefaultGeneratorDesigner.Name Property
Gets the friendly name of the data generator to which this designer corresponds.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in Microsoft.VisualStudio.TeamSystem.Data.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Name As String
'Usage
Dim instance As DefaultGeneratorDesigner
Dim value As String
value = instance.Name
public virtual string Name { get; }
public:
virtual property String^ Name {
String^ get ();
}
public function get Name () : String
Property Value
Type: System.String
A String that contains the friendly name of the data generator.
Implements
Remarks
One instance of the designer exists for each column that is included in the data generation plan.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DefaultGeneratorDesigner Class
DefaultGeneratorDesigner Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace