Web.SiteUsers property

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

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property SiteUsers As UserCollection
    Get
'Usage
Dim instance As Web
Dim value As UserCollection

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

Property value

Type: Microsoft.SharePoint.Client.UserCollection
A UserCollection object that represents the users.

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace