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.