Share via


SPUpgradeActionInfo.BaseType property

An SPUpgradeActionBaseType value that describes the type of the upgrader.

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

Syntax

'Declaration
Public Property BaseType As SPUpgradeActionBaseType
    Get
    Set
'Usage
Dim instance As SPUpgradeActionInfo
Dim value As SPUpgradeActionBaseType

value = instance.BaseType

instance.BaseType = value
public SPUpgradeActionBaseType BaseType { get; set; }

Property value

Type: Microsoft.SharePoint.Upgrade.SPUpgradeActionBaseType

See also

Reference

SPUpgradeActionInfo class

SPUpgradeActionInfo members

Microsoft.SharePoint.Upgrade namespace