Amazon.ECS.Model.SellerListingSearchRequest.WithSort C# (CSharp) Méthode

WithSort() public méthode

Sets the Sort property
public WithSort ( String sort ) : SellerListingSearchRequest
sort String Sort property
Résultat SellerListingSearchRequest
        public SellerListingSearchRequest WithSort(String sort)
        {
            this.sortField = sort;
            return this;
        }