Roles Element (DeploymentManifest)

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

Represents a collection of Windows SharePoint Services 3.0 deployment role (DeploymentRole) objects.

Definition

DECLARATION
<xs:element name="Roles" type="DeploymentRoles" />

USAGE
<SPObject>
        <Roles
                <Role />
        />
<SPObject>

Type

DeploymentRoles (based on SPRoleCollection)

Elements and attributes

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

Attributes

None

Child elements

Role Element (DeploymentManifest)

Parent elements

SPObject Element (DeploymentManifest)

See also