OrchestratorVersionProfile.DefaultProperty Property

Definition

Gets or sets installed by default if version is not specified.

[Newtonsoft.Json.JsonProperty(PropertyName="default")]
public bool? DefaultProperty { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="default")>]
member this.DefaultProperty : Nullable<bool> with get, set
Public Property DefaultProperty As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to