Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
NOTE: This API is now obsolete.
Do not use.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("IsRestart is not supported.")> _
Public ReadOnly Property IsRestart As Boolean
Get
'Usage
Dim instance As SPBackupRestoreInformation
Dim value As Boolean
value = instance.IsRestart
[ObsoleteAttribute("IsRestart is not supported.")]
public bool IsRestart { get; }
Property Value
Type: System.Boolean
false in all cases.
Remarks
Check the FailureMessage to determine whether a failure occurred.
See Also
Reference
SPBackupRestoreInformation Class