TeamFoundationRequestContext.Status Property

Read and Write the current status of the request by setting an exception for this request.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Overridable Property Status As Exception
public virtual Exception Status { get; set; }
public:
virtual property Exception^ Status {
    Exception^ get ();
    void set (Exception^ value);
}
abstract Status : Exception with get, set 
override Status : Exception with get, set
function get Status () : Exception 
function set Status (value : Exception)

Property Value

Type: System.Exception
Returns Exception.

.NET Framework Security

See Also

Reference

TeamFoundationRequestContext Class

Microsoft.TeamFoundation.Framework.Server Namespace