ProjectsAgentVersion.Draft Property

Definition

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)

Property Value

Applies to