Share via


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