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
'Declaration
Public Property ErrorCode As TestManagementErrorCodes
public TestManagementErrorCodes ErrorCode { get; internal set; }
public:
property TestManagementErrorCodes ErrorCode {
TestManagementErrorCodes get ();
internal: void set (TestManagementErrorCodes value);
}
member ErrorCode : TestManagementErrorCodes with get, internal set
function get ErrorCode () : TestManagementErrorCodes
internal function set ErrorCode (value : TestManagementErrorCodes)
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Common.TestManagementErrorCodes
The error code.
.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.