PlaybackSettings.SkipSetPropertyVerification Property

Gets or sets a value indicating whether to skip verification after a set value.

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

Syntax

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

Property Value

Type: System.Boolean
true if the verification must be ignored after a set value is reached; otherwise false.

.NET Framework Security

See Also

Reference

PlaybackSettings Class

Microsoft.VisualStudio.TestTools.UITesting Namespace