This documentation is archived and is not being maintained.

AccessCheckException::IdentityName Property

Gets the name of the identity that failed the access check.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
property String^ IdentityName {
	String^ get ();
}

Property Value

Type: System::String
The name of the identity that failed the access check.

Show: