Web.SiteUsers - Propriété
Gets the collection of all users that belong to the site collection.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SiteUsers As UserCollection
Get
'Utilisation
Dim instance As Web
Dim value As UserCollection
value = instance.SiteUsers
public UserCollection SiteUsers { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.UserCollection
A UserCollection object that represents the users.