获取集合中的指定索引位置处的SPBackupRestoreHistoryObject 。
命名空间: Microsoft.SharePoint.Administration.Backup
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
index As Integer _
) As SPBackupRestoreHistoryObject
Get
用法
Dim instance As SPBackupRestoreHistoryList
Dim index As Integer
Dim value As SPBackupRestoreHistoryObject
value = instance(index)
public SPBackupRestoreHistoryObject this[
int index
] { get; }
参数
index
类型:System.Int32The indexed location of the SPBackupRestoreHistoryObject object in the collection.
属性值
类型:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject
The SPBackupRestoreHistoryObject object at the specified index location.