Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace