IBuildDefinition.BuildController Property
Gets or sets the build controller that builds this build definition.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Déclaration
Property BuildController As IBuildController
Get
Set
IBuildController BuildController { get; set; }
property IBuildController^ BuildController {
IBuildController^ get ();
void set (IBuildController^ value);
}
abstract BuildController : IBuildController with get, set
function get BuildController () : IBuildController
function set BuildController (value : IBuildController)
Property Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildController
The build controller that builds this build definition.
.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.