OSVersionProperties.IsActive プロパティ

定義

この OS バージョンがアクティブかどうかを示す 値を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="isActive")]
public bool? IsActive { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isActive")>]
member this.IsActive : Nullable<bool>
Public ReadOnly Property IsActive As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象