Compartir a través de


RecommendationRule.RecommendationId Propiedad

Definición

Obtiene o establece el identificador de recomendación de un objeto de recomendación asociado vinculado a la regla, si existe. Si este objeto no existe, se establece en 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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a