次の方法で共有


Recommendation.Enabled プロパティ

定義

この推奨事項がまだ有効な場合は true を取得または設定します (つまり、"操作可能")。 False の場合は無効です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enabled")]
public int? Enabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enabled")>]
member this.Enabled : Nullable<int> with get, set
Public Property Enabled As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象