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