共用方式為


SPWeb.IsCurrentUserMemberOfGroup method

取得目前的使用者是否為指定群組的成員。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Function IsCurrentUserMemberOfGroup ( _
    groupId As Integer _
) As Boolean
'用途
Dim instance As SPWeb
Dim groupId As Integer
Dim returnValue As Boolean

returnValue = instance.IsCurrentUserMemberOfGroup(groupId)
public bool IsCurrentUserMemberOfGroup(
    int groupId
)

參數

傳回值

Type: System.Boolean
true如果使用者是成員的群組。否則, false。

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace