SystemObjects Element (DeploymentSystemData)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Represents a collection of SharePoint Foundation system object (SPSystemObject) instances.

Definition

DECLARATION
<xs:element
    name="SystemObjects"
    type="SPSystemObjects"
    minOccurs="1" maxOccurs="1"
/>
USAGE
<SystemData>
    <SystemObjects>
        <SystemObject />
    </SystemObjects>
</SystemData>

Type

SPSystemObject

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child elements

SystemObject Element (DeploymentSystemData)

Parent elements

SystemData Element (DeploymentSystemData)

See also