Amazon.ECS.Model.ResponseGroupElements.IsSetElement C# (CSharp) Method

IsSetElement() public method

Checks of Element property is set
public IsSetElement ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetElement()
        {
            return (Element.Count > 0);
        }