SPDeploymentSettings.AppLogFilePath-Eigenschaft
Dient zum Abrufen oder Festlegen eines Werts, der den vollständigen Pfad zur Protokolldatei Inhaltsmigration angeben. Wenn diese Eigenschaft null ist oder keine Anwendungen gefunden werden, wird die Datei nicht erstellt werden.
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; }
Eigenschaftswert
Typ: System.String