Amazon.ECS.Model.VariationSummary.IsSetHighestSalePrice C# (CSharp) Method

IsSetHighestSalePrice() public method

Checks if HighestSalePrice property is set
public IsSetHighestSalePrice ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetHighestSalePrice()
        {
            return this.highestSalePriceField != null;
        }