次の方法で共有


ProductUpdateParameters.SubscriptionsLimit プロパティ

定義

ユーザーがこの製品に対して同時に持てることができるサブスクリプションの数を取得または設定します。 ユーザーサブスクリプションごとに無制限を許可するには、null または省略に設定します。 subscriptionRequired プロパティが存在し、値が false の場合にのみ存在できます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象