Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.