RecommendationRule.IsDynamic Property

Definition

Gets or sets true if this is associated with a dynamically added rule

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to