Share via


IndividualAccessControlEntry.DisplayName Property

NOTE: This API is now obsolete.

Gets the display 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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public ReadOnly Property DisplayName As String
    Get
'Usage
Dim instance As IndividualAccessControlEntry
Dim value As String

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

Property Value

Type: System.String

Implements

IAccessControlEntry.DisplayName

See Also

Reference

IndividualAccessControlEntry Class

IndividualAccessControlEntry Members

Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace