Share via


IndividualAccessControlEntry.IdentityName Property

Gets the internal name of the user, group, or service account in the access control entry.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public ReadOnly Property IdentityName As String
    Get
'Usage
Dim instance As IndividualAccessControlEntry
Dim value As String

value = instance.IdentityName
public string IdentityName { get; }

Property Value

Type: System.String

Implements

IAccessControlEntry.IdentityName

See Also

Reference

IndividualAccessControlEntry Class

IndividualAccessControlEntry Members

Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace