Share via


SPBackupRestoreParameter.HasInputDescription Property

Gets a value that indicates whether the parameter has a description that can be used when a user is prompted to enter a value for the parameter.

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

Syntax

'Declaration
Public ReadOnly Property HasInputDescription As Boolean
    Get
'Usage
Dim instance As SPBackupRestoreParameter
Dim value As Boolean

value = instance.HasInputDescription
public bool HasInputDescription { get; }

Property Value

Type: System.Boolean
true if there is a description; otherwise false.

Remarks

If true, the UI will prompt the user with the text in the InputDescription property. If false, the user will not be prompted for this SPBackupRestoreParameter object.

See Also

Reference

SPBackupRestoreParameter Class

SPBackupRestoreParameter Members

Microsoft.SharePoint.Administration.Backup Namespace