SPFeaturePropertyCollection.Item Property (String)
Gets the Feature property object with the specified name from the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property Item ( _
propertyName As String _
) As SPFeatureProperty
Get
'Usage
Dim instance As SPFeaturePropertyCollection
Dim propertyName As String
Dim value As SPFeatureProperty
value = instance.Item(propertyName)
public SPFeatureProperty this[
string propertyName
] { get; }
Parameters
propertyName
Type: System.StringA string that contains the name of the property.
Property Value
Type: Microsoft.SharePoint.SPFeatureProperty
An SPFeatureProperty object that represents the Feature property.
See Also
Reference
SPFeaturePropertyCollection Class