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: Boolean
true if the verification must be ignored after a set value is reached; 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.