Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of failure, if any.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Property FailureType As TestCaseFailureType
public TestCaseFailureType FailureType { get; private set; }
public:
property TestCaseFailureType FailureType {
TestCaseFailureType get ();
private: void set (TestCaseFailureType value);
}
member FailureType : TestCaseFailureType with get, private set
function get FailureType () : TestCaseFailureType
private function set FailureType (value : TestCaseFailureType)
Property Value
Type: Microsoft.VisualStudio.TestTools.Execution.TestCaseFailureType
One of the TestCaseFailureType values.
Examples
.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.