UITestErrorEventArgs.Result Property

 

Gets or sets the result of the associated action.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

public UITestErrorActionResult Result { get; set; }
public:
property UITestErrorActionResult Result {
    UITestErrorActionResult get();
    void set(UITestErrorActionResult value);
}
member Result : UITestErrorActionResult with get, set
Public Property Result As UITestErrorActionResult

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestErrorActionResult

The result of the associated action.

See Also

T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestErrorActionResult
UITestErrorEventArgs Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top