共用方式為


RecommendationInner.RecommendationId 屬性

定義

取得或設定每個建議物件相關聯的 GUID 值。

[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

適用於