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)

Syntax

'Declaration
Public ReadOnly Property IdentityName As String
public string IdentityName { get; }
public:
property String^ IdentityName {
    String^ get ();
}
member IdentityName : string with get
function get IdentityName () : String

Property Value

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

.NET Framework Security

See Also

Reference

AccessCheckException Class

Microsoft.TeamFoundation.Framework.Client Namespace