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

public string ContinueOnErrorWrapper { get; set; }
public:
property String^ ContinueOnErrorWrapper {
    String^ get();
    void set(String^ value);
}
member ContinueOnErrorWrapper : string with get, set
Public Property ContinueOnErrorWrapper As String

Property Value

Type: System.String

If ContinueOnError is true, returns the string representation of the value; otherwise, returns null.

Remarks

Raises the PropertyChanged event when the value is set.

See Also

ContinueOnError
PropertyChanged
UITestAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top