SPSequence.HierarchyManager Property
Gets the SPHierarchyManager object used by the SPSequence object.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property HierarchyManager As SPHierarchyManager
Get
'Usage
Dim value As SPHierarchyManager
value = Me.HierarchyManager
protected SPHierarchyManager HierarchyManager { get; }
Property Value
Type: Microsoft.SharePoint.Upgrade.SPHierarchyManager
An SPHierarchyManager object that represents the hierarchy manager.
Remarks
All SPSequence objects that belong to the same SPUpgradeSession object share one SPHierarchyManager object.