This documentation is archived and is not being maintained.
BuildControllerUpdateOptions Class
Visual Studio 2013
Provides properties that can be updated on an existing build controller.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
The BuildControllerUpdateOptions type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AttachedProperties | |
![]() | CustomAssemblyPath | Gets or sets the custom assembly URI. Corresponds to CustomAssemblyPath. |
![]() | Description | Gets or sets the description. Corresponds to Description. |
![]() | Enabled | Gets or sets the enabled state. Corresponds to Enabled. |
![]() | Fields | Gets or sets the fields that should be updated. Only values included here will be extracted from this object during an update. |
![]() | MaxConcurrentBuilds | Gets or sets the number of maximum concurrent builds. Corresponds to MaxConcurrentBuilds. |
![]() | Name | Gets or sets the display name. Corresponds to Name. |
![]() | Status | Gets or sets the status. Corresponds to Status. |
![]() | StatusMessage | Gets or sets the status message. Corresponds to StatusMessage. |
![]() | Uri | Gets or sets the URI of the build controller to update. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Overrides Object::ToString().) |
Show:
