SPAppPermissionProvider.DisplayName property
Gets the display name of the app permission provider.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property DisplayName As String
Get
'Usage
Dim instance As SPAppPermissionProvider
Dim value As String
value = instance.DisplayName
public virtual string DisplayName { get; }
Property value
Type: System.String