SPAction.Type property
Gets the type of object that is being upgraded through the action.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Friend ReadOnly Property Type As Type
Get
'Usage
Dim value As Type
value = Me.Type
protected internal Type Type { get; }
Property value
Type: System.Type
A System.Type object that represents the type of object.