Share via


ParameterDefinition.CreateCacheKey method

Creates a cache key.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Overridable Function CreateCacheKey As String
'Usage
Dim instance As ParameterDefinition
Dim returnValue As String

returnValue = instance.CreateCacheKey()
public virtual string CreateCacheKey()

Return value

Type: System.String
A concatenated string that contains the custom definition, display name, and post formula of this object.

See also

Reference

ParameterDefinition class

ParameterDefinition members

Microsoft.PerformancePoint.Scorecards namespace