SPBackupRestoreHistoryList.Item property
取得SPBackupRestoreHistoryObject集合中的指定索引位置。
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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
Type: System.Int32SPBackupRestoreHistoryObject物件在集合中的已編製索引的位置。
Property value
Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject
在指定的索引位置SPBackupRestoreHistoryObject物件。
請參閱
參照
SPBackupRestoreHistoryList class