SPBackupRestoreConsoleObject.RequestedBy Property

The user name of the person that requests 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 SPBackupRestoreConsoleObject
Dim value As String

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

Property Value

Type: System.String
A String representation of a user name.

Remarks

The value of the RequestedBy property is obtained from the SharePoint Foundation context.

See Also

Reference

SPBackupRestoreConsoleObject Class

SPBackupRestoreConsoleObject Members

Microsoft.SharePoint.Administration.Backup Namespace