ReshelvedShelveset.Name Property

The name of the new shelveset.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Tracking
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Property Name As String
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String 
function set Name (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ReshelvedShelveset Class

Microsoft.TeamFoundation.Build.Workflow.Tracking Namespace