次の方法で共有


Users 要素 (DeploymentUserGroupMap)

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

(DeploymentUser) オブジェクト インスタンスの展開ユーザーのコレクションを表します。

定義

DECLARATION
<xs:element
    name="Users"
    type="DeploymentUsers"
    minOccurs="0" maxOccurs="1"
/>
USAGE
<UserGroupMap>
    <Users>
        <User />
    </Users>
</UserGroupMap>

DeploymentUsers

要素と属性

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

属性

なし

子要素

User 要素 (DeploymentUserGroupMap)

親要素

UserGroupMap 要素 (DeploymentUserGroupMap)

関連項目