Share via


SPClaimProviderNames.System property

Gets the entity type for system entities.

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

Syntax

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

value = SPClaimProviderNames.System
public static string System { get; }

Property value

Type: System.String
The entity type for system entities.

Remarks

This property corresponds to the SPSystemClaimProvider claim provider.

See also

Reference

SPClaimProviderNames class

SPClaimProviderNames members

Microsoft.SharePoint.Administration.Claims namespace