MessageQueueWebService.RequestContext Property
Gets the request context for this instance.
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public ReadOnly Property RequestContext As TeamFoundationRequestContext
public TeamFoundationRequestContext RequestContext { get; }
public:
property TeamFoundationRequestContext^ RequestContext {
TeamFoundationRequestContext^ get ();
}
member RequestContext : TeamFoundationRequestContext with get
function get RequestContext () : TeamFoundationRequestContext
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.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.