SPExportSettings.ExportObjects property

Gets the collection of objects to export.

Namespace:  Microsoft.SharePoint.Deployment
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property ExportObjects As SPExportObjectCollection
    Get
'Usage
Dim instance As SPExportSettings
Dim value As SPExportObjectCollection

value = instance.ExportObjects
public SPExportObjectCollection ExportObjects { get; }

Property value

Type: Microsoft.SharePoint.Deployment.SPExportObjectCollection
An SPExportObjectCollection value.

See also

Reference

SPExportSettings class

SPExportSettings members

Microsoft.SharePoint.Deployment namespace