次の方法で共有


RecommendationRuleInner.RecommendationId プロパティ

定義

ルールに関連付けられている関連するレコメンデーション オブジェクトの推奨事項 ID (存在する場合) を取得または設定します。 このようなオブジェクトが存在しない場合は、null に設定されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象