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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallablePropertyAttribute(ExcludeFromDefaultRetrieve := True)> _
Public ReadOnly Property CanCurrentUserManageGroup As Boolean
Get
'Usage
Dim instance As SPGroup
Dim value As Boolean
value = instance.CanCurrentUserManageGroup
[ClientCallablePropertyAttribute(ExcludeFromDefaultRetrieve = true)]
public bool CanCurrentUserManageGroup { get; }
Property Value
Type: System.Boolean
true if the current user can manage the group; otherwise, false.