CustomParameterDataProvider.CreateKey method

Creates a hash key from the specified string.

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

Syntax

'Declaration
Protected Shared Function CreateKey ( _
    value As String _
) As String
'Usage
Dim value As String
Dim returnValue As String

returnValue = CustomParameterDataProvider.CreateKey(value)
protected static string CreateKey(
    string value
)

Parameters

Return value

Type: System.String

See also

Reference

CustomParameterDataProvider class

CustomParameterDataProvider members

Microsoft.PerformancePoint.Scorecards.Server.Extensions namespace