SPDelegate.Log Property
Gets an SPLog object that represents the log of the upgrade session. The upgrade session object can be retrieved by the Session property.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Log As SPLog
Get
'Usage
Dim instance As SPDelegate
Dim value As SPLog
value = instance.Log
public SPLog Log { get; }
Property Value
Type: Microsoft.SharePoint.Upgrade.SPLog
An SPLog object that represents the log of the upgrade session.