Freigeben über


SPManager.LogFilePath-Eigenschaft

HINWEIS: Diese API ist veraltet.

Ruft ab oder legt den Pfad für die Protokolldatei, die sich befindet, auf dem lokalen 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; }

Eigenschaftswert

Typ: System.String
Eine Zeichenfolge, die der Pfad der Protokolldatei enthält.

Siehe auch

Referenz

SPManager Klasse

SPManager-Member

Microsoft.SharePoint.Upgrade-Namespace