TeamFoundationRequestContext.UserContext Property
Surface the user associated with this Web request.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Property UserContext As IdentityDescriptor
public virtual IdentityDescriptor UserContext { get; internal set; }
public:
virtual property IdentityDescriptor^ UserContext {
IdentityDescriptor^ get ();
internal: void set (IdentityDescriptor^ value);
}
abstract UserContext : IdentityDescriptor with get, internal set
override UserContext : IdentityDescriptor with get, internal set
function get UserContext () : IdentityDescriptor
internal function set UserContext (value : IdentityDescriptor)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor
Returns IdentityDescriptor.
.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.