SPDelegate.Session property
Gets the upgrade session of the delegate.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property Session As SPUpgradeSession
Get
'Usage
Dim value As SPUpgradeSession
value = Me.Session
protected SPUpgradeSession Session { get; }
Property value
Type: Microsoft.SharePoint.Upgrade.SPUpgradeSession
An SPUpgradeSession that represents the upgrade session.