次の方法で共有


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

'宣言
Public ReadOnly Property IdentityName As String
    Get
public string IdentityName { get; }
public:
property String^ IdentityName {
    String^ get ();
}
member IdentityName : string
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