SPExportObjectCollection.Item property

Gets an export object in the collection at the specified index.

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As SPExportObject
    Get
'Usage
Dim instance As SPExportObjectCollection
Dim index As Integer
Dim value As SPExportObject

value = instance.Item(index)
public SPExportObject this[
    int index
] { get; }

Parameters

  • index
    Type: System.Int32

    Integer representing the index at which a given export object resides in the collection.

Property value

Type: Microsoft.SharePoint.Deployment.SPExportObject
Returns an integer specifying the index at which an export object is located in the collection.

See also

Reference

SPExportObjectCollection class

SPExportObjectCollection members

Microsoft.SharePoint.Deployment namespace