Share via


SPManager.LogFilePath property

NOTE: This API is now obsolete.

Gets or sets the path for the log file that is located on the local server.

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

Syntax

'Declaration
<ObsoleteAttribute("Use SPUpgradeSession.LogFilePath and SPUpgradeSession.ErrorFilePath instead.")> _
Public Property LogFilePath As String
    Get
    Set
'Usage
Dim instance As SPManager
Dim value As String

value = instance.LogFilePath

instance.LogFilePath = value
[ObsoleteAttribute("Use SPUpgradeSession.LogFilePath and SPUpgradeSession.ErrorFilePath instead.")]
public string LogFilePath { get; set; }

Property value

Type: System.String
A string that contains the log file path.

See also

Reference

SPManager class

SPManager members

Microsoft.SharePoint.Upgrade namespace