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