ApplicationUnderTest.SearchPropertiesSetExplicitly Property

Gets a value that indicates whether the search properties were explicitly set by the user.

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

Syntax

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

Property Value

Type: System.Boolean
true if the search properties were explicitly set by the user; otherwise, false.

.NET Framework Security

See Also

Reference

ApplicationUnderTest Class

Microsoft.VisualStudio.TestTools.UITesting Namespace