Edit

Share via


GetOption Enum

Definition

[System.Runtime.Serialization.DataContract]
public enum GetOption
type GetOption = 
Public Enum GetOption
Inheritance
GetOption
Attributes

Fields

Name Value Description
LatestOnQueue 0

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

LatestOnBuild 1

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

Custom 2

A user-specified version has been supplied.

Applies to