Amazon.ECS.Model.SellerListingSearchRequest.WithSort C# (CSharp) Метод

WithSort() публичный Метод

Sets the Sort property
public WithSort ( String sort ) : SellerListingSearchRequest
sort String Sort property
Результат SellerListingSearchRequest
        public SellerListingSearchRequest WithSort(String sort)
        {
            this.sortField = sort;
            return this;
        }