Share via


ConfiguredView.GetDependencyVersionIdentifier method

Gets a string that represents the versions of all dependencies of this element.

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

Syntax

'Declaration
Public Function GetDependencyVersionIdentifier ( _
    localCache As IGlobalCache _
) As String
'Usage
Dim instance As ConfiguredView
Dim localCache As IGlobalCache
Dim returnValue As String

returnValue = instance.GetDependencyVersionIdentifier(localCache)
public string GetDependencyVersionIdentifier(
    IGlobalCache localCache
)

Parameters

Return value

Type: System.String
A unique string for the versions of this element and its dependencies.

Remarks

The identifier includes the versions of this scorecard and all the KPIs, data sources, and indicators that it uses.

See also

Reference

ConfiguredView class

ConfiguredView members

Microsoft.PerformancePoint.Scorecards namespace