RegistryAuditEntry.IdentityName Property

Gets the identity name.

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 identity name.

.NET Framework Security

See Also

Reference

RegistryAuditEntry Class

Microsoft.TeamFoundation.Framework.Client Namespace