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

WithHighestSalePrice() public méthode

Sets the HighestSalePrice property
public WithHighestSalePrice ( Price highestSalePrice ) : CollectionSummary
highestSalePrice Price HighestSalePrice property
Résultat CollectionSummary
        public CollectionSummary WithHighestSalePrice(Price highestSalePrice)
        {
            this.highestSalePriceField = highestSalePrice;
            return this;
        }