UITestControl.SearchPropertiesSetExplicitly Property

Gets a value that indicates whether the search properties for this control were set by the user in the user interface.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property SearchPropertiesSetExplicitly As Boolean
protected virtual bool SearchPropertiesSetExplicitly { get; }
protected:
virtual property bool SearchPropertiesSetExplicitly {
    bool get ();
}
abstract SearchPropertiesSetExplicitly : bool with get 
override SearchPropertiesSetExplicitly : bool with get
function get SearchPropertiesSetExplicitly () : boolean

Property Value

Type: Boolean
true if the search properties for this control were set by the user in the user interface; otherwise, false.

.NET Framework Security

See Also

Reference

UITestControl Class

Microsoft.VisualStudio.TestTools.UITesting Namespace

SearchProperties