SPBackupRestoreParameter.InputDescription Property
Gets or sets the text that is displayed when prompting the user to provide a value for this SPBackupRestoreParameter object during restore.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property InputDescription As String
Get
Set
'Usage
Dim instance As SPBackupRestoreParameter
Dim value As String
value = instance.InputDescription
instance.InputDescription = value
public string InputDescription { get; set; }
Property Value
Type: System.String
The text for the prompt.
Remarks
This property should be set by restore components during the OnPreRestore() event call when the Initializing property is true.
If the Key property is set to SPServer, SPLocation, SPName, SPUsername, or SPNewPassword then the description is already set. The text for these values can be changed, except for username or password.
See Also
Reference
SPBackupRestoreParameter Class