Compartir a través de


ProductEntityBaseParameters.SubscriptionsLimit Propiedad

Definición

Obtiene o establece si el número de suscripciones que un usuario puede tener en este producto al mismo tiempo. Establezca en NULL o omita para permitir suscripciones ilimitadas por usuario. Solo puede estar presente si la propiedad subscriptionRequired está presente y tiene un valor de false.

[Newtonsoft.Json.JsonProperty(PropertyName="subscriptionsLimit")]
public int? SubscriptionsLimit { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="subscriptionsLimit")>]
member this.SubscriptionsLimit : Nullable<int> with get, set
Public Property SubscriptionsLimit As Nullable(Of Integer)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a