SPClaimEntityTypes.User Property

Gets the entity type for user entities.

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

Syntax

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

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

Property Value

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

Remarks

This is equivalent to User.

See Also

Reference

SPClaimEntityTypes Class

SPClaimEntityTypes Members

Microsoft.SharePoint.Administration.Claims Namespace