AccessCheckException.Identity Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Identity As TeamFoundationIdentity
public TeamFoundationIdentity Identity { get; internal set; }
public:
property TeamFoundationIdentity^ Identity {
TeamFoundationIdentity^ get ();
internal: void set (TeamFoundationIdentity^ value);
}
member Identity : TeamFoundationIdentity with get, internal set
function get Identity () : TeamFoundationIdentity
internal function set Identity (value : TeamFoundationIdentity)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationIdentity
.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.