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

IsSetShoeSize() public method

Checks of ShoeSize property is set
public IsSetShoeSize ( ) : Boolean
return Boolean
        public Boolean IsSetShoeSize()
        {
            return (ShoeSize.Count > 0);
        }
ItemAttributes