次の方法で共有


RecommendedAction.Details プロパティ

定義

この推奨されるアクションに固有の追加の詳細を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象