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 Default Property Item ( _
    index As Integer _
) As SPImportObject
    Get
'Usage
Dim instance As SPImportObjectCollection
Dim index As Integer
Dim value As SPImportObject

value = instance(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