SPDeploymentSettings.AppLogFilePath property

Gets or sets a value specifying the full path to the content migration log file. If this property is null or no apps are encountered, the file will not be created.

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

Syntax

'Declaration
Public Property AppLogFilePath As String
    Get
    Set
'Usage
Dim instance As SPDeploymentSettings
Dim value As String

value = instance.AppLogFilePath

instance.AppLogFilePath = value
public string AppLogFilePath { get; set; }

Property value

Type: System.String

See also

Reference

SPDeploymentSettings class

SPDeploymentSettings members

Microsoft.SharePoint.Deployment namespace