SPBackupRestoreHistoryObject.StartTime property
會取得的日期和時間作業開始時間。
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property StartTime As DateTime
Get
Friend Set
'用途
Dim instance As SPBackupRestoreHistoryObject
Dim value As DateTime
value = instance.StartTime
public DateTime StartTime { get; internal set; }
Property value
Type: System.DateTime
DateTime 表示備份或還原作業開始時間。
請參閱
參照
SPBackupRestoreHistoryObject class