This documentation is archived and is not being maintained.

IBuildController::Enabled Property

Gets or sets a flag that describes whether this build controller is enabled.

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

property bool Enabled {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
true if this build controller is enabled; otherwise, false.

When not enabled, the build controller cannot queue or start any new builds.

Show: