Share via


InventoryItem.Restrictions Property

Definition

Gets or sets the restrictions for this item if any.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public System.Collections.Generic.IEnumerable<Microsoft.Store.PartnerCenter.Models.Products.InventoryRestriction> Restrictions { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.Restrictions : seq<Microsoft.Store.PartnerCenter.Models.Products.InventoryRestriction> with get, set
Public Property Restrictions As IEnumerable(Of InventoryRestriction)

Property Value

Attributes

Applies to