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

IsSetPantSize() public method

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