Assignment element (DeploymentManifest)

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

Represents a Windows SharePoint Services 3.0 deployment assignment object instance (DeploymentAssignment).

Definition

DECLARATION SYNTAX
<xs:element name="Assignment"
        type="DeploymentAssignment"
        minOccurs="0" maxOccurs="unbounded"
/>
USAGE SYNTAX
<RoleAssignment>
        <Assignment
                RoleId="xs:string"
                PrincipalId="xs:string"
        />
</RoleAssignment

Type

DeploymentAssignment

Elements and attributes

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

Attributes

Attribute Type Description
RoleID
xs:string
Identifier of the role associated with a specified assignment.
PrincipalID
xs:string
An integer value representing either a user ID (ID), or a group ID ( ID).

Child elements

None

Parent elements

RoleAssignment element (DeploymentManifest)

See also