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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<SubsetCallableForceNewKeywordAttribute> _
Public ReadOnly Property Name As String
    Get
'Usage
Dim instance As SPFeatureDefinition
Dim value As String

value = instance.Name
[SubsetCallableForceNewKeywordAttribute]
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