CustomParameterDataProvider.GetId method

Gets the identifier of the filter's data provider.

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

Syntax

'Declaration
Public MustOverride Function GetId As String
'Usage
Dim instance As CustomParameterDataProvider
Dim returnValue As String

returnValue = instance.GetId()
public abstract string GetId()

Return value

Type: System.String
The identifier of the filter's data provider.

Implements

IParameterDataProvider.GetId()

Remarks

This identifier is a used as the key to look up the assembly name of the filter data provider in the CustomParameterDataProviders section of the web.config file for PerformancePoint Services.

See also

Reference

CustomParameterDataProvider class

CustomParameterDataProvider members

Microsoft.PerformancePoint.Scorecards.Server.Extensions namespace