SPDeploymentSettings.LogFilePath property
Gets or sets a value specifying the full path to the content migration log file.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property LogFilePath As String
Get
Set
'Usage
Dim instance As SPDeploymentSettings
Dim value As String
value = instance.LogFilePath
instance.LogFilePath = value
public string LogFilePath { get; set; }
Property value
Type: System.String
A string containing the file path. The default is a a null reference (Nothing in Visual Basic) string.
Remarks
When using the stsadm utility, this log is created by default and called [filename].[export|import].log.