PlaybackSettings.SmartMatchOptions Property

Gets or sets a value that indicates whether smart match is enabled.

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

Syntax

'Declaration
Public Property SmartMatchOptions As SmartMatchOptions
public SmartMatchOptions SmartMatchOptions { get; set; }
public:
property SmartMatchOptions SmartMatchOptions {
    SmartMatchOptions get ();
    void set (SmartMatchOptions value);
}
member SmartMatchOptions : SmartMatchOptions with get, set
function get SmartMatchOptions () : SmartMatchOptions
function set SmartMatchOptions (value : SmartMatchOptions)

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.SmartMatchOptions
The current SmartMatchOptions.

.NET Framework Security

See Also

Reference

PlaybackSettings Class

Microsoft.VisualStudio.TestTools.UITesting Namespace