Member 要素 (DeploymentUserGroupMap)

適用対象: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

展開グループ (DeploymentGroup) オブジェクトのメンバーを表します。

定義

DECLARATION
<xs:element
    name="Member"
    type="DeploymentGroupMember"
    minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<Group>
    <Member
        UserId="xs:string"
    />
</Group>

DeploymentGroupMember

要素と属性

以下のセクションで、属性、子要素、親要素について説明します。

属性

属性 説明
UserId
xx:string
オプション。 展開グループ メンバーの識別子。

子要素

None

親要素

Group 要素 (DeploymentUserGroupMap)

関連項目