An NDoc Documented Class Library

SearchCriteria.ByAutomationId Method 

[Visual Basic]
Shared Public Function ByAutomationId( _ 
   ByVal identification As String _ 
) As SearchCriteria
[C#]
public static SearchCriteria ByAutomationId(
   string identification
);
[C++]
public: static SearchCriteria* ByAutomationId(
   String* identification
);
[JScript]
public static function ByAutomationId(
   String identification
): SearchCriteria;

See Also

SearchCriteria Class | White.Core.UIItems.Finders Namespace