共用方式為


User.Groups 屬性

取得使用者是其中成員的群組集合。

命名空間:  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 Groups As GroupCollection
    Get
'用途
Dim instance As User
Dim value As GroupCollection

value = instance.Groups
public GroupCollection Groups { get; }

屬性值

類型:Microsoft.SharePoint.Client.GroupCollection
代表群組的GroupCollection物件。

請參閱

參照

User 類別

User 成員

Microsoft.SharePoint.Client 命名空間