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.TypeA System.Type object that represents the type.