다음을 통해 공유


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

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