Amazon.ECS.Model.CollectionSummary.WithLowestSalePrice C# (CSharp) Méthode

WithLowestSalePrice() public méthode

Sets the LowestSalePrice property
public WithLowestSalePrice ( Price lowestSalePrice ) : CollectionSummary
lowestSalePrice Price LowestSalePrice property
Résultat CollectionSummary
        public CollectionSummary WithLowestSalePrice(Price lowestSalePrice)
        {
            this.lowestSalePriceField = lowestSalePrice;
            return this;
        }