Share via


SPManager Class

Represents the Windows SharePoint Services Upgrade Manager.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Upgrade.SPManager

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

Syntax

<GuidAttribute("49CD1407-C4CD-44a0-8E45-3E355107F9C9")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPManager _
    Inherits SPPersistedObject

Dim instance As SPManager
[GuidAttribute("49CD1407-C4CD-44a0-8E45-3E355107F9C9")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPManager : SPPersistedObject

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

SPManager Members

Microsoft.SharePoint.Upgrade Namespace