Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the build agent on which the requested build should be started.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Property BuildAgent As IBuildAgent
'Usage
Dim instance As IBuildRequest
Dim value As IBuildAgent
value = instance.BuildAgent
instance.BuildAgent = value
IBuildAgent BuildAgent { get; set; }
property IBuildAgent^ BuildAgent {
IBuildAgent^ get ();
void set (IBuildAgent^ value);
}
function get BuildAgent () : IBuildAgent
function set BuildAgent (value : IBuildAgent)
Property Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildAgent
.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.