Share via


SPImportObjectCollection.Item property

Gets the SPImportObject instance at the specified indexed location in the collection.

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

Syntax

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

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

Parameters

Property value

Type: Microsoft.SharePoint.Deployment.SPImportObject

See also

Reference

SPImportObjectCollection class

SPImportObjectCollection members

Microsoft.SharePoint.Deployment namespace