This documentation is archived and is not being maintained.

IBuildRequest::ShelvesetName Property

Gets or sets an optional shelveset to be built.

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

property String^ ShelvesetName {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
An optional shelveset to be built.

Show: