This documentation is archived and is not being maintained.

IBuildRequest::BuildServer Property

Gets the build server from which this build request was created.

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

property IBuildServer^ BuildServer {
	IBuildServer^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.Build.Client::IBuildServer
The build server from which this build request was created.

Show: