다음을 통해 공유


WebPartContext.InUseProviderParameterNames Property

Gets or sets the list of beginpoints on a Web Part that are connected to a consumer endpoint.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

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

value = instance.InUseProviderParameterNames

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

Property Value

Type: System.Collections.Generic.List<String>
The list of beginpoints on a Web Part that are connected to a consumer endpoint.

Remarks

This information is used by scorecards, and it may affect how the Web Part control is rendered.

See Also

Reference

WebPartContext Class

WebPartContext Members

Microsoft.PerformancePoint.Scorecards Namespace