ReshelvedShelveset.Name Property

Gets or sets the name of the shelveset.

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

Syntax

‘선언
Public Property Name As String
    Get
    Set
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
The name of the shelveset.

.NET Framework Security

See Also

Reference

ReshelvedShelveset Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace