MarketplaceWebServiceProducts.Model.Product.WithAttributeSets C# (CSharp) Method

WithAttributeSets() public method

Sets the AttributeSets property
public WithAttributeSets ( AttributeSetList attributeSets ) : Product
attributeSets AttributeSetList AttributeSets property
return Product
        public Product WithAttributeSets(AttributeSetList attributeSets)
        {
            this.attributeSetsField = attributeSets;
            return this;
        }