SPHierarchyManager.Instance property
Gets the singleton instance of the hierarchy manager object.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Instance As SPHierarchyManager
Get
'Usage
Dim value As SPHierarchyManager
value = SPHierarchyManager.Instance
public static SPHierarchyManager Instance { get; }
Property value
Type: Microsoft.SharePoint.Upgrade.SPHierarchyManager
An object that represents the hierarchy manager.
Remarks
The Instance property gets an instance of the hierarchy manager that is globally available. This instance is always the only instance of the hierarchy manager that is created.