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