Partilhar via


Elemento RoleAssignments (DeploymentManifest)

Aplica-se a: SharePoint 2016 | SharePoint Foundation 2013 | | do SharePoint Online SharePoint Server 2013

Representa uma coleção de objetos deployment role assignment (DeploymentRoleAssignments).

Definição

DECLARATION
<xs:element name="RoleAssignments" type="DeploymentRoleAssignments" />

USAGE
<SPObject>
        <RoleAssignments
                <RoleAssignment />
        />
</SPObject>

Tipo

DeploymentRoleAssignments (com base em SPRoleAssignmentCollection)

Elementos e atributos

As seções a seguir descrevem os atributos, os elementos filhos e os elementos pai.

Atributos

Nenhuma

Elementos filho

Elemento RoleAssignment (DeploymentManifest)

Elementos pai

Elemento SPObject (DeploymentManifest)

Confira também