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.Int32A 32-bit integer that specifies the phase number.