SPWeb.AllUsers property
取得表示所有的使用者是誰網站的任一成員或誰來瀏覽至站台為已驗證的網域群組成員在站台的使用者物件集合。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property AllUsers As SPUserCollection
Get
'用途
Dim instance As SPWeb
Dim value As SPUserCollection
value = instance.AllUsers
public SPUserCollection AllUsers { get; }
Property value
Type: Microsoft.SharePoint.SPUserCollection
SPUserCollection 物件,表示使用者。