SPExportSettings.LogExportObjectsTable property
Gets or sets a value specifying whether the contents of the temporary table "#ExportObjects" should be written to a log file.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property LogExportObjectsTable As Boolean
Get
Set
'Usage
Dim instance As SPExportSettings
Dim value As Boolean
value = instance.LogExportObjectsTable
instance.LogExportObjectsTable = value
public bool LogExportObjectsTable { get; set; }
Property value
Type: System.Boolean
true if logging export object to the temporary table is enabled; otherwise, returns false.
The default value is false.
Remarks
This property should be set to true only for testing and troubleshooting, because using it incurs significant performance overhead.