Share via


SPBackupRestoreHistoryObject.RequestedBy property

The user name of the person who requested the operation.

Namespace:  Microsoft.SharePoint.Administration.Backup
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property RequestedBy As String
    Get
'Usage
Dim instance As SPBackupRestoreHistoryObject
Dim value As String

value = instance.RequestedBy
public string RequestedBy { get; }

Property value

Type: System.String
A String that represents a user name.

See also

Reference

SPBackupRestoreHistoryObject class

SPBackupRestoreHistoryObject members

Microsoft.SharePoint.Administration.Backup namespace