SPFeaturePropertyCollection.Item property (Int32)

Gets the Feature property object at the specified index in the collection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Object
    Get
'Usage
Dim instance As SPFeaturePropertyCollection
Dim index As Integer
Dim value As Object

value = instance(index)
public Object this[
    int index
] { get; }

Parameters

  • index
    Type: System.Int32

    A 32-bit integer that specifies the index.

Property value

Type: System.Object
An SPFeatureProperty object that represents the Feature property.

See also

Reference

SPFeaturePropertyCollection class

SPFeaturePropertyCollection members

Item overload

Microsoft.SharePoint namespace