SPFeatureDefinition.DisplayName property
Gets the folder name for the Feature.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DisplayName As String
Get
'Usage
Dim instance As SPFeatureDefinition
Dim value As String
value = instance.DisplayName
public override string DisplayName { get; }
Property value
Type: System.String
A string that contains the folder name.
Remarks
This is a user-friendly string that can be displayed in SharePoint Foundation Central Administration user interfaces.
See also
Reference
Microsoft.SharePoint.Administration namespace
Other resources
Working with Features