SPUpgradeSessionCollection class

Represents a collection of SPUpgradeSession objects.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPUpgradeSession>
    Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPUpgradeSession>
      Microsoft.SharePoint.Upgrade.SPUpgradeSessionCollection

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<GuidAttribute("FF3E22F8-1523-4943-8759-60F35178BDAE")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPUpgradeSessionCollection _
    Inherits SPPersistedChildCollection(Of SPUpgradeSession)
'Usage
Dim instance As SPUpgradeSessionCollection
[GuidAttribute("FF3E22F8-1523-4943-8759-60F35178BDAE")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPUpgradeSessionCollection : SPPersistedChildCollection<SPUpgradeSession>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPUpgradeSessionCollection members

Microsoft.SharePoint.Upgrade namespace