Share via


PhaseAttribute Constructor

Initializes a new instance of the PhaseAttribute class.

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

Syntax

'Declaration
Public Sub New ( _
    phase As Integer _
)
'Usage
Dim phase As Integer

Dim instance As New PhaseAttribute(phase)
public PhaseAttribute(
    int phase
)

Parameters

  • phase
    Type: System.Int32

    A 32-bit integer that specifies the phase number.

See Also

Reference

PhaseAttribute Class

PhaseAttribute Members

Microsoft.SharePoint.Upgrade Namespace