This topic has not yet been rated - Rate this topic

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
[SubsetCallableForceNewKeywordAttribute]
public string Name { get; }

Property Value

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

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
get but not set
The documentation is inconsistent. Is first says this property can be get and set, but then later it suggests we can only get the proerty, but cannot set it.

The documentation must be fixed...