Amazon.ECS.Model.CollectionSummary.IsSetLowestSalePrice C# (CSharp) Method

IsSetLowestSalePrice() public method

Checks if LowestSalePrice property is set
public IsSetLowestSalePrice ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetLowestSalePrice()
        {
            return this.lowestSalePriceField != null;
        }