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.

See Also

Reference

SPExportSettings Class

SPExportSettings Members

Microsoft.SharePoint.Deployment Namespace