Amazon.ECS.Model.BrowseNodeProperties.IsSetProperty C# (CSharp) Method

IsSetProperty() public method

Checks if Property property is set
public IsSetProperty ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetProperty()
        {
            return (Property.Count > 0);
        }