Group.CanCurrentUserViewMembership property

Gets a Boolean value that indicates whether the current user can view the member list of the group.

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

Syntax

'Declaration
Public ReadOnly Property CanCurrentUserViewMembership As Boolean
    Get
'Usage
Dim instance As Group
Dim value As Boolean

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

Property value

Type: System.Boolean
Returns Boolean.

See also

Reference

Group class

Group members

Microsoft.SharePoint.Client namespace