SPGroup.CanCurrentUserManageGroup property
取得布林值,這個值,指出目前的使用者是否可以管理群組。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property CanCurrentUserManageGroup As Boolean
Get
'用途
Dim instance As SPGroup
Dim value As Boolean
value = instance.CanCurrentUserManageGroup
public bool CanCurrentUserManageGroup { get; }
Property value
Type: System.Boolean
true如果目前的使用者可以管理群組 ;否則, false。