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

IsSetHazardousMaterialType() public method

Checks if HazardousMaterialType property is set
public IsSetHazardousMaterialType ( ) : Boolean
return Boolean
        public Boolean IsSetHazardousMaterialType()
        {
            return  this.hazardousMaterialTypeField != null;
        }
ItemAttributes