UITestAction.ContinueOnErrorWrapper Property
Gets or sets the value of the ContinueOnError property as a string for serialization.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property ContinueOnErrorWrapper As String
public string ContinueOnErrorWrapper { get; set; }
public:
property String^ ContinueOnErrorWrapper {
String^ get ();
void set (String^ value);
}
member ContinueOnErrorWrapper : string with get, set
function get ContinueOnErrorWrapper () : String
function set ContinueOnErrorWrapper (value : String)
Property Value
Type: String
If ContinueOnError is true, returns the string representation of the value; otherwise, returns nulla null reference (Nothing in Visual Basic).
Remarks
Raises the PropertyChanged event when the value is set.
.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.