GetOption Enumeration

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

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

Syntax

'Declaration
Public Enumeration GetOption
public enum GetOption
public enum class GetOption
type GetOption
public enum GetOption

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 Namespace