SPDeploymentSettings.AppLogFilePath property
取得或設定值,指定內容移轉記錄檔的完整路徑。如果這個屬性為 null,或所發生的任何應用程式,將不會建立檔案。
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property AppLogFilePath As String
Get
Set
'用途
Dim instance As SPDeploymentSettings
Dim value As String
value = instance.AppLogFilePath
instance.AppLogFilePath = value
public string AppLogFilePath { get; set; }
Property value
Type: System.String