ProjectsAgentVersion.Draft Property
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.
Whether this agent version is a draft (candidate) rather than a release. Draft versions are recorded but excluded from default 'latest' resolution and are not auto-promoted. Defaults to false.
public bool? Draft { get; }
member this.Draft : Nullable<bool>
Public ReadOnly Property Draft As Nullable(Of Boolean)