Share via


SPManager.Mode Property

Gets or sets the upgrade mode.

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Mode As Mode
    Get
    Set
'Usage
Dim instance As SPManager
Dim value As Mode

value = instance.Mode

instance.Mode = value
public Mode Mode { get; set; }

Property Value

Type: Microsoft.SharePoint.Upgrade.Mode
A Mode value that specifies the upgrade mode.

See Also

Reference

SPManager Class

SPManager Members

Microsoft.SharePoint.Upgrade Namespace