SPAce<T>.DisplayName property
Gets or sets the display name of the access control entry.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DisplayName As String
Get
Set
'Usage
Dim instance As SPAce
Dim value As String
value = instance.DisplayName
instance.DisplayName = value
public string DisplayName { get; set; }
Property value
Type: System.String
A string that contains the display name.