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 the failure that occurred deleting the test results, if there are any.
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Property TestResultFailure As Failure2010
public Failure2010 TestResultFailure { get; set; }
public:
property Failure2010^ TestResultFailure {
Failure2010^ get ();
void set (Failure2010^ value);
}
member TestResultFailure : Failure2010 with get, set
function get TestResultFailure () : Failure2010
function set TestResultFailure (value : Failure2010)
Property Value
Type: Microsoft.TeamFoundation.Build.Server.Compatibility.Failure2010
Returns Failure2010.
.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.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace