Share via


AccessControlEntryStruct.PrincipalDisplayName property

Gets or sets the well-formatted name.

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

Syntax

'Declaration
Public Property PrincipalDisplayName As String
    Get
    Set
'Usage
Dim instance As AccessControlEntryStruct
Dim value As String

value = instance.PrincipalDisplayName

instance.PrincipalDisplayName = value
public string PrincipalDisplayName { get; set; }

Property value

Type: System.String
The well-formatted name.

See also

Reference

AccessControlEntryStruct class

AccessControlEntryStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace