EndPoint.AcceptsMultipleFilterLinks Property
Gets or sets a Boolean value that indicates whether the endpoint can accept multiple connections from a filter or scorecard.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property AcceptsMultipleFilterLinks As Boolean
Get
Set
'Usage
Dim instance As EndPoint
Dim value As Boolean
value = instance.AcceptsMultipleFilterLinks
instance.AcceptsMultipleFilterLinks = value
public bool AcceptsMultipleFilterLinks { get; set; }
Property Value
Type: System.Boolean
true if the endpoint can accept multiple connections from a filter or scorecard; otherwise, false.