Scorecard.WebControlLookupKey Property (Microsoft.PerformancePoint.Scorecards)

Get the key that identifies the scorecard control to instantiate. This should reference a fully qualified assembly name in a key value pair from the web applications configuration file.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public ReadOnly Property WebControlLookupKey As String
'Usage
Dim instance As Scorecard
Dim value As String

value = instance.WebControlLookupKey
public string WebControlLookupKey { get; }

See Also

Reference

Scorecard Class
Scorecard Members
Microsoft.PerformancePoint.Scorecards Namespace