Compartilhar via


CustomParameterDataProvider.CreateKey Method

Creates a hashed 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