Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a single Feature property.
System.Object
Microsoft.SharePoint.SPFeatureProperty
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public NotInheritable Class SPFeatureProperty
'Usage
Dim instance As SPFeatureProperty
public sealed class SPFeatureProperty
Use the Properties property of the SPFeature or Microsoft.SharePoint.Administration.SPFeatureDefinition class to get the collection of properties for the Feature or Feature definition. Use an indexer to return a single property from the collection. For example, if the collection is assigned to a variable named myProperties, use myProperties[index] in C#, or myProperties(index) in Visual Basic, where index is the index number of the Feature in the collection or the name of the Feature.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.