Share via


DefaultGeneratorDesigner.Description Property

Gets the description 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 Description As String
'Usage
Dim instance As DefaultGeneratorDesigner
Dim value As String

value = instance.Description
public virtual string Description { get; }
public:
virtual property String^ Description {
    String^ get ();
}
public function get Description () : String

Property Value

Type: System.String
A String that contains the description of the data generator.

Implements

IDesigner.Description

Remarks

One instance of the designer exists for each column that is included in the data generation plan.

Permissions

See Also

Reference

DefaultGeneratorDesigner Class

DefaultGeneratorDesigner Members

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace

Generator

IGenerator

DefaultDistributionDesigner

IGeneratorDesigner

IDesigner