Share via


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.

See also

Reference

SPDelegate class

SPDelegate members

Microsoft.SharePoint.Upgrade namespace