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 error code.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public TestManagementErrorCodes ErrorCode { get; internal set; }
public:
property TestManagementErrorCodes ErrorCode {
TestManagementErrorCodes get();
internal: void set(TestManagementErrorCodes value);
}
member ErrorCode : TestManagementErrorCodes with get, internal set
Public Property ErrorCode As TestManagementErrorCodes
Get
Friend Set
End Property
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Common.TestManagementErrorCodes
The error code.
See Also
TestManagementErrorCodes
TestManagementException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top