ActionBaseTypeAttribute Constructor

Initializes a new instance of the ActionBaseTypeAttribute class based on the specified system type.

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

Syntax

'Declaration
Public Sub New ( _
    type As Type _
)
'Usage
Dim type As Type

Dim instance As New ActionBaseTypeAttribute(type)
public ActionBaseTypeAttribute(
    Type type
)

Parameters

  • type
    Type: System.Type

    A System.Type object that represents the type.

See Also

Reference

ActionBaseTypeAttribute Class

ActionBaseTypeAttribute Members

Microsoft.SharePoint.Upgrade Namespace