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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.