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