SPGroup.CanCurrentUserManageGroup property

Gets a Boolean value that indicates whether the current user can manage the group.

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

Syntax

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

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

Property value

Type: System.Boolean
true if the current user can manage the group; otherwise, false.

See also

Reference

SPGroup class

SPGroup members

Microsoft.SharePoint namespace