Share via


OutputDescriptor.Description Property

Gets or sets the description of the output.

Namespace:  Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly:  Microsoft.VisualStudio.TeamSystem.Data (in Microsoft.VisualStudio.TeamSystem.Data.dll)

Syntax

'Declaration
Public Property Description As String
'Usage
Dim instance As OutputDescriptor
Dim value As String

value = instance.Description

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

Property Value

Type: System.String
A String that contains the description of the output.

Permissions

See Also

Reference

OutputDescriptor Class

OutputDescriptor Members

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace

GetOutputValue

OutputAttribute

InputDescriptor

Other Resources

How to: Add Output Properties to a Data Generator

Walkthrough: Creating a Custom Data Generator