RemoteGlobalCache.GetIndicator Method (Microsoft.PerformancePoint.Scorecards)
Gets an indicator.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Public Function GetIndicator ( _
guid As Guid _
) As Indicator
'Usage
Dim instance As RemoteGlobalCache
Dim guid As Guid
Dim returnValue As Indicator
returnValue = instance.GetIndicator(guid)
public Indicator GetIndicator (
Guid guid
)
Parameters
- guid
ID of indicator.
Return Value
Cached indicator.
See Also
Reference
RemoteGlobalCache Class
RemoteGlobalCache Members
Microsoft.PerformancePoint.Scorecards Namespace