SPClaimProvider.EntityTypes method

Retrieves the entity types returned by this claims provider.

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

Syntax

'Declaration
Public Function EntityTypes As String()
'Usage
Dim instance As SPClaimProvider
Dim returnValue As String()

returnValue = instance.EntityTypes()
public string[] EntityTypes()

Return value

Type: []
The String values of the entity types returned by this claims provider.

Remarks

Also see [Microsoft.SharePoint.WebControls.PickerEntity.EntityType] property.

See also

Reference

SPClaimProvider class

SPClaimProvider members

Microsoft.SharePoint.Administration.Claims namespace