Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.