TeamFoundationRequestContext.Status Property

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

Syntax

'宣言
Public Property Status As Exception
    Get
    Set
public Exception Status { get; set; }
public:
property Exception^ Status {
    Exception^ get ();
    void set (Exception^ value);
}
member Status : Exception with get, set
function get Status () : Exception
function set Status (value : Exception)

Property Value

Type: System.Exception

.NET Framework Security

See Also

Reference

TeamFoundationRequestContext Class

Microsoft.TeamFoundation.Framework.Server Namespace