SPBackupRestoreHistoryObject.RequestedBy property
要求的作業之人員的使用者名稱。
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property RequestedBy As String
Get
'用途
Dim instance As SPBackupRestoreHistoryObject
Dim value As String
value = instance.RequestedBy
public string RequestedBy { get; }
Property value
Type: System.String
String 代表的使用者名稱。
請參閱
參照
SPBackupRestoreHistoryObject class