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

IsSetPantLength() public method

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