MetadataHierarchyDataSourceControl.SPHierarchyDataSourceId Property
This member is reserved for internal use and is not intended to be used directly from your code. Gets or sets the ID of the MetadataHierarchyDataSourceControl on the page.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public Property SPHierarchyDataSourceId As String
Get
Set
'Usage
Dim instance As MetadataHierarchyDataSourceControl
Dim value As String
value = instance.SPHierarchyDataSourceId
instance.SPHierarchyDataSourceId = value
public string SPHierarchyDataSourceId { get; set; }
Property Value
Type: System.String
The String object that represents the ID of the MetadataHierarchyDataSourceControl on the page that provides the underlying hierarchy nodes and information.
See Also
Reference
MetadataHierarchyDataSourceControl Class