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)

Syntax

'Declaration
<ClientEnumAttribute(ClientVisibility.Internal)> _
Public Enumeration GetOption2010
[ClientEnumAttribute(ClientVisibility.Internal)]
public enum GetOption2010
[ClientEnumAttribute(ClientVisibility::Internal)]
public enum class GetOption2010
[<ClientEnumAttribute(ClientVisibility.Internal)>]
type GetOption2010
public enum GetOption2010

Members

Member name Description
Custom A user-specified version has been supplied.

LatestOnBuild Use the latest changeset at the time the build is started.

LatestOnQueue Use the latest changeset at the time the build is queued.

See Also

Reference

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace