PickerEntity.HierarchyIdentifier property

Gets or sets the identifier of the current picker entity within the hierarchy provider.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property HierarchyIdentifier As Object
    Get
    Set
'Usage
Dim instance As PickerEntity
Dim value As Object

value = instance.HierarchyIdentifier

instance.HierarchyIdentifier = value
[DataMemberAttribute]
public Object HierarchyIdentifier { get; set; }

Property value

Type: System.Object
The identifier of the current picker entity.

See also

Reference

PickerEntity class

PickerEntity members

Microsoft.SharePoint.WebControls namespace