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.
Context this command is executing.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Friend Property RequestContext As TeamFoundationRequestContext
protected internal TeamFoundationRequestContext RequestContext { get; set; }
protected public:
property TeamFoundationRequestContext^ RequestContext {
TeamFoundationRequestContext^ get ();
void set (TeamFoundationRequestContext^ value);
}
member RequestContext : TeamFoundationRequestContext with get, set
function get RequestContext () : TeamFoundationRequestContext
function set RequestContext (value : TeamFoundationRequestContext)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Returns TeamFoundationRequestContext.
.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.