Поделиться через


Свойство Web.SiteUsers

Gets the collection of all users that belong to the site collection.

Пространство имен:  Microsoft.SharePoint.Client
Сборки:   Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)

Синтаксис

'Декларация
Public ReadOnly Property SiteUsers As UserCollection
    Get
'Применение
Dim instance As Web
Dim value As UserCollection

value = instance.SiteUsers
public UserCollection SiteUsers { get; }

Значение свойства

Тип: Microsoft.SharePoint.Client.UserCollection
A UserCollection object that represents the users.

См. также

Справочные материалы

Web класс

Элементы Web

Пространство имен Microsoft.SharePoint.Client