SPManager.Log property
Gets the log for the upgrade.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Log As SPLog
Get
'Usage
Dim instance As SPManager
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.