次の方法で共有


RecommendationRuleInner.IsDynamic プロパティ

定義

動的に追加された規則に関連付けられている場合に true を取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象