Share via


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