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

WithSalesRankings() 공개 메소드

Sets the SalesRankings property
public WithSalesRankings ( SalesRankList salesRankings ) : Product
salesRankings SalesRankList SalesRankings property
리턴 Product
        public Product WithSalesRankings(SalesRankList salesRankings)
        {
            this.salesRankingsField = salesRankings;
            return this;
        }