Share via


TargetUpgradableObjectAttribute constructor

Initializes a new instance of the TargetUpgradableObjectAttribute class based on the specified 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 TargetUpgradableObjectAttribute(type)
public TargetUpgradableObjectAttribute(
    Type type
)

Parameters

  • type
    Type: System.Type

    A System.Type object that represents the type.

See also

Reference

TargetUpgradableObjectAttribute class

TargetUpgradableObjectAttribute members

Microsoft.SharePoint.Upgrade namespace