Share via


SPPrincipalInfo.IsSharePointGroup property

Gets a Boolean value that indicates whether the principal is a SharePoint group.

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

Syntax

'Declaration
Public ReadOnly Property IsSharePointGroup As Boolean
    Get
'Usage
Dim instance As SPPrincipalInfo
Dim value As Boolean

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

Property value

Type: System.Boolean
true if the principal is a SharePoint group; otherwise, false.

See also

Reference

SPPrincipalInfo class

SPPrincipalInfo members

Microsoft.SharePoint.Utilities namespace