DefaultDistributionDesigner.Name Property
Gets the friendly name of the distribution 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 DefaultDistributionDesigner
Dim value As String
value = instance.Name
public virtual string Name { get; }
public:
virtual property String^ Name {
String^ get ();
}
/** @property */
public String get_Name ()
public function get Name () : String
Property Value
A String that contains the friendly name of the distribution.
Remarks
One instance of the designer exists for each distribution that the data generation plan includes.
See Also
Reference
DefaultDistributionDesigner Class
DefaultDistributionDesigner Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
Distribution
IDistribution
DefaultGeneratorDesigner
IGeneratorDesigner
IDesigner