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
index
Type: System.Int32The indexed location of the SPImportObject instance in the collection.
Property Value
Type: Microsoft.SharePoint.Deployment.SPImportObject
See Also
Reference
SPImportObjectCollection Class