Measure constructor (String, String, String)

Initializes a new instance of the Measure class with the specified properties.

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

Syntax

'Declaration
Public Sub New ( _
    displayName As String, _
    uniqueName As String, _
    description As String _
)
'Usage
Dim displayName As String
Dim uniqueName As String
Dim description As String

Dim instance As New Measure(displayName, _
    uniqueName, description)
public Measure(
    string displayName,
    string uniqueName,
    string description
)

Parameters

  • displayName
    Type: System.String

    The display name of the object.

See also

Reference

Measure class

Measure members

Measure overload

Microsoft.PerformancePoint.Scorecards namespace