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

IsSetAge() public method

Checks of Age property is set
public IsSetAge ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetAge()
        {
            return (Age.Count > 0);
        }
ItemAttributes