SPClaimProviderNames.AllUsers property
Gets the entity type for all user entities.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared ReadOnly Property AllUsers As String
Get
'Usage
Dim value As String
value = SPClaimProviderNames.AllUsers
public static string AllUsers { get; }
Property value
Type: System.String
The entity type for all user entities.
Remarks
This property corresponds to the SPAllUserClaimProviderclaims provider.