TeamFoundationRequestContext.UserContext Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
‘선언
Public Property UserContext As IdentityDescriptor
Get
Friend Set
public IdentityDescriptor UserContext { get; internal set; }
public:
property IdentityDescriptor^ UserContext {
IdentityDescriptor^ get ();
internal: void set (IdentityDescriptor^ value);
}
member UserContext : IdentityDescriptor with get, internal set
function get UserContext () : IdentityDescriptor
internal function set UserContext (value : IdentityDescriptor)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.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.