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.