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

IsSetEAN() public method

Checks if EAN property is set
public IsSetEAN ( ) : Boolean
return Boolean
        public Boolean IsSetEAN()
        {
            return  this.EANField != null;
        }
ItemAttributes