Member Element (DeploymentUserGroupMap)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Represents a member of a deployment group (DeploymentGroup) object.
DECLARATION
<xs:element
name="Member"
type="DeploymentGroupMember"
minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<Group>
<Member
UserId="xs:string"
/>
</Group>
Type
DeploymentGroupMember
Attributes
Attribute |
Type |
Description |
---|---|---|
UserId |
xx:string |
Optional. Identifier of the deployment group member. |
Child Elements
None |