Share via


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

Return value

Type: System.String
The prefix for an annotation cache key.

See also

Reference

Annotation class

Annotation members

GenerateKeyPrefix overload

Microsoft.PerformancePoint.Scorecards namespace