次の方法で共有


StackMajorVersion.IsPreview プロパティ

定義

このスタックがプレビューの場合は、lt;code>true</code> を取得または設定&します。それ以外の場合&は lt;code>false</code>

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象