EndPoint constructor (String, String, Boolean)
Initializes a new instance of the EndPoint class with the specified names and a flag that indicates whether the endpoint can accept multiple connections.
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, _
acceptsMultipleFilterLinks As Boolean _
)
'Usage
Dim uniqueName As String
Dim displayName As String
Dim acceptsMultipleFilterLinks As Boolean
Dim instance As New EndPoint(uniqueName, _
displayName, acceptsMultipleFilterLinks)
public EndPoint(
string uniqueName,
string displayName,
bool acceptsMultipleFilterLinks
)
Parameters
uniqueName
Type: System.StringThe unique name.
displayName
Type: System.StringThe display name.
acceptsMultipleFilterLinks
Type: System.BooleanA Boolean value that indicates whether the endpoint can accept multiple connections from a filter or scorecard.