IQueuedBuild.ShelvesetName Property

Gets the shelveset that will be built.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
ReadOnly Property ShelvesetName As String
string ShelvesetName { get; }
property String^ ShelvesetName {
    String^ get ();
}
abstract ShelvesetName : string with get
function get ShelvesetName () : String

Property Value

Type: System.String
The shelveset that will be built.

.NET Framework Security

See Also

Reference

IQueuedBuild Interface

Microsoft.TeamFoundation.Build.Client Namespace