ParameterizableControl.InUseProviderParameterNames Property

A list of strings that contain the parameter names that are connected to a consumer.

Namespace:  Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly:  Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)

Syntax

'Declaration
Public ReadOnly Property InUseProviderParameterNames As List(Of String)
    Get
'Usage
Dim instance As ParameterizableControl
Dim value As List(Of String)

value = instance.InUseProviderParameterNames
public List<string> InUseProviderParameterNames { get; }

Property Value

Type: System.Collections.Generic.List<String>

See Also

Reference

ParameterizableControl Class

ParameterizableControl Members

Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace