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 in Microsoft SharePoint Server 2010.
See Also
Reference
CustomParameterDataProvider Class
CustomParameterDataProvider Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace