Share via


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

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

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestErrorActionResult
The result of the associated action.

.NET Framework Security

See Also

Reference

UITestErrorEventArgs Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

UITestErrorActionResult