Share via


SPSiteUpgradeInfo.UpgradeType property

Gets the upgrade type. The upgrade type can either be a build upgrade or a version upgrade.

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

Syntax

'Declaration
Public ReadOnly Property UpgradeType As SPSiteUpgradeType
    Get
'Usage
Dim instance As SPSiteUpgradeInfo
Dim value As SPSiteUpgradeType

value = instance.UpgradeType
public SPSiteUpgradeType UpgradeType { get; }

Property value

Type: Microsoft.SharePoint.SPSiteUpgradeType
The upgrade type.

See also

Reference

SPSiteUpgradeInfo class

SPSiteUpgradeInfo members

Microsoft.SharePoint namespace