SPGroup.ContainsCurrentUser property

Gets a Boolean value that indicates whether the group contains the current user, included either through direct or indirect membership.

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

Syntax

'Declaration
Public ReadOnly Property ContainsCurrentUser As Boolean
    Get
'Usage
Dim instance As SPGroup
Dim value As Boolean

value = instance.ContainsCurrentUser
public bool ContainsCurrentUser { get; }

Property value

Type: System.Boolean
true if the group contains the current user; otherwise, false. For example, if the group object contains a domain group that contains the current user, this property returns true.

Remarks

The ExplicitlyContainsCurrentUser property does not consider indirect membership.

See also

Reference

SPGroup class

SPGroup members

Microsoft.SharePoint namespace