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

IsSetSize() public method

Checks if Size property is set
public IsSetSize ( ) : Boolean
return Boolean
        public Boolean IsSetSize()
        {
            return  this.sizeField != null;
        }
ItemAttributes