SPRestoreInformation.Initializing property

Gets a value that indicates whether the restore operation is initializing.

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

Syntax

'Declaration
Public Property Initializing As Boolean
    Get
    Friend Set
'Usage
Dim instance As SPRestoreInformation
Dim value As Boolean

value = instance.Initializing
public bool Initializing { get; internal set; }

Property value

Type: System.Boolean
true if the restore operation is initializing; otherwise, false.

See also

Reference

SPRestoreInformation class

SPRestoreInformation members

Microsoft.SharePoint.Administration.Backup namespace