Member constructor (String)

Initializes a new instance of the Member class with the specified unique name.

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

Syntax

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

Dim instance As New Member(uniqueName)
public Member(
    string uniqueName
)

Parameters

See also

Reference

Member class

Member members

Member overload

Microsoft.PerformancePoint.Scorecards namespace