StackMajorVersion.IsHidden Property

Definition

Gets or sets <code>true</code> if this stack should be hidden for new customers on portal, otherwise <code>false</code>.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to