GetOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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. |