RecommendationAction.Details Property

Definition

Gets or sets recommendation action details.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.details")]
public System.Collections.Generic.IDictionary<string,string> Details { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.details")>]
member this.Details : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property Details As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to