IQueuedBuild.BuildServer Property

Gets the server that owns this queued build.

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

Syntax

'Declaration
ReadOnly Property BuildServer As IBuildServer
IBuildServer BuildServer { get; }
property IBuildServer^ BuildServer {
    IBuildServer^ get ();
}
abstract BuildServer : IBuildServer with get
function get BuildServer () : IBuildServer

Property Value

Type: Microsoft.TeamFoundation.Build.Client.IBuildServer
The server that owns this queued build.

.NET Framework Security

See Also

Reference

IQueuedBuild Interface

Microsoft.TeamFoundation.Build.Client Namespace