Annotation.GenerateKeyPrefix Method (RepositoryLocation)
Generates the prefix for an annotation cache key.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function GenerateKeyPrefix ( _
scorecardLocation As RepositoryLocation _
) As String
'Usage
Dim scorecardLocation As RepositoryLocation
Dim returnValue As String
returnValue = Annotation.GenerateKeyPrefix(scorecardLocation)
public static string GenerateKeyPrefix(
RepositoryLocation scorecardLocation
)
Parameters
scorecardLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the scorecard in the repository.
Return Value
Type: System.String
The prefix for an annotation cache key.