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.
The Request Context.
This can be used, for example, to access the rest of the TFS Services.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Property RequestContext As TeamFoundationRequestContext
public TeamFoundationRequestContext RequestContext { get; internal set; }
public:
property TeamFoundationRequestContext^ RequestContext {
TeamFoundationRequestContext^ get ();
internal: void set (TeamFoundationRequestContext^ value);
}
member RequestContext : TeamFoundationRequestContext with get, internal set
function get RequestContext () : TeamFoundationRequestContext
internal 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.