SPBackupRestoreParameter.InputValue property
The input value from the user for this SPBackupRestoreParameter object.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property InputValue As String
Get
Set
'Usage
Dim instance As SPBackupRestoreParameter
Dim value As String
value = instance.InputValue
instance.InputValue = value
public string InputValue { get; set; }
Property value
Type: System.String
The input value.
Remarks
This property is set after the system requests input from the user. This value is available in the OnPreRestore() event when the Initializing property is false and in subsequent events.
See also
Reference
SPBackupRestoreParameter class