SPClaimEntityTypes.SecurityGroup property

Gets the entity type for security group entities.

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

Syntax

'Declaration
Public Shared ReadOnly Property SecurityGroup As String
    Get
'Usage
Dim value As String

value = SPClaimEntityTypes.SecurityGroup
public static string SecurityGroup { get; }

Property value

Type: System.String
A String that contains the entity type for security group entities.

Remarks

This is equivalent to SecurityGroup.

See also

Reference

SPClaimEntityTypes class

SPClaimEntityTypes members

Microsoft.SharePoint.Administration.Claims namespace