Group.Users 屬性
取得代表群組中的所有使用者的使用者物件的集合。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public ReadOnly Property Users As UserCollection
Get
'用途
Dim instance As Group
Dim value As UserCollection
value = instance.Users
public UserCollection Users { get; }
屬性值
類型:Microsoft.SharePoint.Client.UserCollection
代表使用者的UserCollection物件。
例外狀況
例外狀況 | 條件 |
---|---|
SPException | 無法初始化] 群組中的資料。錯誤碼:-1。 |