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 Default Property Item ( _
index As Integer _
) As SPBackupRestoreHistoryObject
Get
'Usage
Dim instance As SPBackupRestoreHistoryList
Dim index As Integer
Dim value As SPBackupRestoreHistoryObject
value = instance(index)
public SPBackupRestoreHistoryObject this[
int index
] { get; }
Parameters
index
Type: System.Int32The indexed location of the SPBackupRestoreHistoryObject object in the collection.
Property Value
Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject
The SPBackupRestoreHistoryObject object at the specified index location.
See Also
Reference
SPBackupRestoreHistoryList Class