Share via


EndPoint constructor (String, String)

Initializes a new instance of the EndPoint class with the specified names.

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

Syntax

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

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

Parameters

See also

Reference

EndPoint class

EndPoint members

EndPoint overload

Microsoft.PerformancePoint.Scorecards namespace