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

Public Property LogExportObjectsTable As Boolean
    Get
    Set

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, as using it incurs a significant performance overhead.

See Also

Reference

SPExportSettings Class

SPExportSettings Members

Microsoft.SharePoint.Deployment Namespace