This documentation is archived and is not being maintained.

GetOption2010 Enumeration

Specifies the behavior to use when it determines the version of sources to download.

Namespace:  Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

[ClientEnumAttribute(ClientVisibility.Internal)]
public enum GetOption2010

Member nameDescription
CustomA user-specified version has been supplied.

LatestOnBuildUse the latest changeset at the time the build is started.

LatestOnQueueUse the latest changeset at the time the build is queued.

Show: