Amazon.ECS.Model.ItemAttributes.IsSetListPrice C# (CSharp) Method

IsSetListPrice() public method

Checks if ListPrice property is set
public IsSetListPrice ( ) : Boolean
return Boolean
        public Boolean IsSetListPrice()
        {
            return this.listPriceField != null;
        }
ItemAttributes