Automation.UI.Tree.QueryParts.QueryConditionPart.Name C# (CSharp) Method

Name() public method

Search using the name property.
public Name ( ) : QueryMatcherPart
return QueryMatcherPart
        public QueryMatcherPart Name()
        {
            return Property(AutomationElement.NameProperty);
        }