Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.