Share via


SPBackupRestoreHistoryList.Item property

Gets the SPBackupRestoreHistoryObject at the specified indexed location in the collection.

Namespace:  Microsoft.SharePoint.Administration.Backup
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

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

Parameters

Property value

Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject
The SPBackupRestoreHistoryObject object at the specified index location.

See also

Reference

SPBackupRestoreHistoryList class

SPBackupRestoreHistoryList members

Microsoft.SharePoint.Administration.Backup namespace