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