IAccessControlEntry.IdentityName Property

NOTE: This API is now obsolete.

Gets the internal name of the user, group, site, 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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
ReadOnly Property IdentityName As String
    Get
'Usage
Dim instance As IAccessControlEntry
Dim value As String

value = instance.IdentityName
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
string IdentityName { get; }

Property Value

Type: System.String
The internal name of the user, group, site, or service account in the access control entry.

See Also

Reference

IAccessControlEntry Interface

IAccessControlEntry Members

Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace