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
uniqueName
Type: System.StringThe unique name of the member.