Share via


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)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    propertyName As String _
) As SPFeatureProperty
    Get
'Usage
Dim instance As SPFeaturePropertyCollection
Dim propertyName As String
Dim value As SPFeatureProperty

value = instance(propertyName)
public SPFeatureProperty this[
    string propertyName
] { get; }

Parameters

  • propertyName
    Type: System.String

    A 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

SPFeaturePropertyCollection members

Item overload

Microsoft.SharePoint namespace