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)
Available in Sandboxed Solutions: No
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.