RecommendationAction.ActionId Property

Definition

Gets or sets recommendation action identifier.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to