SPBackupRestoreParameter.HasInputValue property
Gets a value that specifies whether the user has entered a value that has not yet been assigned to Value.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property HasInputValue As Boolean
Get
'Usage
Dim instance As SPBackupRestoreParameter
Dim value As Boolean
value = instance.HasInputValue
public bool HasInputValue { get; }
Property value
Type: System.Boolean
true if the Value does not match the last value entered by the user; otherwise, false.
See also
Reference
SPBackupRestoreParameter class