RecommendedAction.Details Property

Definition

Gets additional details specific to this recommended action.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to