Share via


IndividualAccessControlEntry.DisplayName property

Gets the display name of the security principal.

Namespace:  Microsoft.SharePoint.BusinessData.Infrastructure
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

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

Property value

Type: System.String
The display name of the security principal.

Implements

IAccessControlEntry.DisplayName

See also

Reference

IndividualAccessControlEntry class

IndividualAccessControlEntry members

Microsoft.SharePoint.BusinessData.Infrastructure namespace