Web.SiteUserInfoList - Propriété
Gets the UserInfo list of the site collection that contains the website.
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 SiteUserInfoList As List
Get
'Utilisation
Dim instance As Web
Dim value As List
value = instance.SiteUserInfoList
public List SiteUserInfoList { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.List
A List object that represents the UserInfo list.