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

IsSetISBN() public method

Checks if ISBN property is set
public IsSetISBN ( ) : Boolean
return Boolean
        public Boolean IsSetISBN()
        {
            return  this.ISBNField != null;
        }
ItemAttributes