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.

See also

Reference

SPSequence class

SPSequence members

Microsoft.SharePoint.Upgrade namespace