SPWeb.AllUsers 属性
Gets the collection of user objects that represents all users who are either members of the site or who have browsed to the site as authenticated members of a domain group in the site.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property AllUsers As SPUserCollection
Get
用法
Dim instance As SPWeb
Dim value As SPUserCollection
value = instance.AllUsers
public SPUserCollection AllUsers { get; }
属性值
类型:Microsoft.SharePoint.SPUserCollection
An SPUserCollection object that represents the users.