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.