SPFeatureDefinition.DisplayName Property
Gets the folder name for the Feature.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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