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: System.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

See Also

Reference

UITestAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

ContinueOnError

PropertyChanged