Groups Element (DeploymentUserGroupMap)

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

Represents a collection of deployment group (DeploymentGroup) object instances.

Definition

DECLARATION
<xs:element
    name="Groups"
    type="DeploymentGroups"
    minOccurs="0" maxOccurs="1"
/>
USAGE
<UserGroupMap>
    <Groups>
        <Group />
    </Group>
</UserGroupMap>

Type

DeploymentGroups

Elements and attributes

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

Attributes

None

Child elements

Group Element (DeploymentUserGroupMap)

Parent elements

UserGroupMap Element (DeploymentUserGroupMap)

See also