MarketplaceWebServiceProducts.Model.Product.WithAttributeSets C# (CSharp) 메소드

WithAttributeSets() 공개 메소드

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