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 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 Default Property Item ( _
index As Integer _
) As SPExportObject
Get
'Usage
Dim instance As SPExportObjectCollection
Dim index As Integer
Dim value As SPExportObject
value = instance(index)
public SPExportObject this[
int index
] { get; }
Parameters
index
Type: System.Int32Integer 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