Share via


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.

See also

Reference

EndPoint class

EndPoint members

Microsoft.PerformancePoint.Scorecards namespace