RecommendationInner.RecommendationId Property

Definition

Gets or sets a GUID value that each recommendation object is associated with.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to