Export.ExportStructure property

Gets a Boolean value that specifies whether or not duplicate Exchange content should be included in the export.

Namespace:  Microsoft.Office.Server.Discovery
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Property ExportStructure As Boolean
    Get
    Friend Set
'Usage
Dim instance As Export
Dim value As Boolean

value = instance.ExportStructure
public bool ExportStructure { get; internal set; }

Property value

Type: System.Boolean
True if duplicate content should be removed; otherwise False.

See also

Reference

Export class

Export members

Microsoft.Office.Server.Discovery namespace