Expand Minimize
This topic has not yet been rated - Rate this topic

BuildControllerUpdate2010 Enumeration

Visual Studio 2012

Specifies the fields that should be updated for a build controller.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
[ClientEnumAttribute(ClientVisibility.Internal)]
[FlagsAttribute]
public enum BuildControllerUpdate2010
Member nameDescription
CustomAssemblyPathThe custom assembly path should be updated.
DescriptionThe description should be updated.
EnabledThe enabled state should be updated.
MaxConcurrentBuildsThe maximum concurrent builds should be updated.
NameThe name should be updated.
NoneNo fields should be updated.
StatusThe status should be updated.
StatusMessageThe status message should be updated.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.