Share via


ElementVersion constructor (Int32, Int32)

Initializes a new instance of the ElementVersion class using the specified the major version and minor version number.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    major As Integer, _
    minor As Integer _
)
'Usage
Dim major As Integer
Dim minor As Integer

Dim instance As New ElementVersion(major, minor)
public ElementVersion(
    int major,
    int minor
)

Parameters

  • major
    Type: System.Int32

    The major version number of the object.

  • minor
    Type: System.Int32

    The minor version number of the object.

See also

Reference

ElementVersion class

ElementVersion members

ElementVersion overload

Microsoft.PerformancePoint.Scorecards namespace