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

IsSetLabel() public method

Checks if Label property is set
public IsSetLabel ( ) : Boolean
return Boolean
        public Boolean IsSetLabel()
        {
            return  this.labelField != null;
        }
ItemAttributes