Share via


SPManager.Session property

Gets the property indicating whether logging is enabled.

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

Syntax

'Declaration
Public ReadOnly Property Session As SPUpgradeSession
    Get
'Usage
Dim instance As SPManager
Dim value As SPUpgradeSession

value = instance.Session
public SPUpgradeSession Session { get; }

Property value

Type: Microsoft.SharePoint.Upgrade.SPUpgradeSession
Returns an SPUpgradeSession object to indicate an upgrade session.

See also

Reference

SPManager class

SPManager members

Microsoft.SharePoint.Upgrade namespace