Share via


Assignment Element (DeploymentManifest)

Applies to: SharePoint Foundation 2010

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

DELCARATION SYNTAX
<xs:element name="Assignment" 
        type="DeploymentAssignment" 
        minOccurs="0" maxOccurs="unbounded" 
/>

USAGE SYNTAX
<RoleAssignment>
        <Assignment
                RoleId="xs:string"
                PrincipalId="xs:string"
        />
</RoleAssignment

Type

DeploymentAssignment

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

Reference

SPRole

SPRoleAssignment

SPRoleDefinition

Concepts

DeploymentManifest Schema