Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the display name.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PrincipalName As String
Get
Set
'Usage
Dim instance As AccessControlEntryStruct
Dim value As String
value = instance.PrincipalName
instance.PrincipalName = value
public string PrincipalName { get; set; }
Property Value
Type: System.String
The display name.
See Also
Reference
AccessControlEntryStruct Class