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