Amazon.ECS.Model.SearchResultsMap.IsSetSearchIndex C# (CSharp) Method

IsSetSearchIndex() public method

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