Freigeben über


Web.SiteUserInfoList-Eigenschaft

Gets the UserInfo list of the site collection that contains the website.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property SiteUserInfoList As List
    Get
'Usage
Dim instance As Web
Dim value As List

value = instance.SiteUserInfoList
public List SiteUserInfoList { get; }

Eigenschaftswert

Typ: Microsoft.SharePoint.Client.List
A List object that represents the UserInfo list.

Siehe auch

Referenz

Web Klasse

Web-Member

Microsoft.SharePoint.Client-Namespace