ActionBaseTypeAttribute.ActionBaseType Property

Gets the base type of the action.

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

Syntax

'Declaration
Public ReadOnly Property ActionBaseType As Type
    Get
'Usage
Dim instance As ActionBaseTypeAttribute
Dim value As Type

value = instance.ActionBaseType
public Type ActionBaseType { get; }

Property Value

Type: System.Type
A System.Type object that represents the base type.

See Also

Reference

ActionBaseTypeAttribute Class

ActionBaseTypeAttribute Members

Microsoft.SharePoint.Upgrade Namespace