IVsTeamFoundationBuild.BuildServer Property
Use this reference to the Build Server to change or get information about any build objects.
Namespace: Microsoft.VisualStudio.TeamFoundation.Build
Assembly: Microsoft.VisualStudio.TeamFoundation.Build (in Microsoft.VisualStudio.TeamFoundation.Build.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
Returns IBuildServer.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.