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.
Gets and sets an array of picker entities that can be picked in the user-interface and that is associated with the element in the claims provider hierarchy tree.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property EntityData As List(Of PickerEntity)
Get
Set
'Usage
Dim instance As SPProviderHierarchyElement
Dim value As List(Of PickerEntity)
value = instance.EntityData
instance.EntityData = value
public List<PickerEntity> EntityData { get; set; }
Property Value
Type: System.Collections.Generic.List<PickerEntity>
A List<T> of picker entities.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Value is a null reference (Nothing in Visual Basic). |
Remarks
The value passed in this parameter for the dictionary should not be a null reference (Nothing in Visual Basic).
See Also
Reference
SPProviderHierarchyElement Class