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

See Also

Reference

AccessCheckException Class

Microsoft.TeamFoundation.Framework.Server Namespace