SPFeatureDefinition.Name property

Gets or sets the name that identifies a specific SPFeature object.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Name As String
    Get
'Usage
Dim instance As SPFeatureDefinition
Dim value As String

value = instance.Name
public string Name { get; }

Property value

Type: System.String
Returns a String that contains an alphanumeric representation of the Guid for the feature.

Remarks

Each element of the SPFeature, by itself, may not be very useful, but when they are enabled on a site, they add up to a complete solution.

See also

Reference

SPFeatureDefinition class

SPFeatureDefinition members

Microsoft.SharePoint.Administration namespace

Id

SPPersistedObject

Other resources

Working with Features