TestCaseEndEvent.TestCasePassed Property
Gets a value that indicates whether the outcome was a passing outcome.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Property TestCasePassed As Boolean
Get
Private Set
public bool TestCasePassed { get; private set; }
public:
property bool TestCasePassed {
bool get ();
private: void set (bool value);
}
member TestCasePassed : bool with get, private set
function get TestCasePassed () : boolean
private function set TestCasePassed (value : boolean)
Property Value
Type: System.Boolean
.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.