Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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