IBIMonitoringStore.GetIndicator Method
Retrieves an indicator from a SharePoint list.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Function GetIndicator ( _
location As RepositoryLocation _
) As Indicator
'Usage
Dim instance As IBIMonitoringStore
Dim location As RepositoryLocation
Dim returnValue As Indicator
returnValue = instance.GetIndicator(location)
Indicator GetIndicator(
RepositoryLocation location
)
Parameters
location
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the indicator in the SharePoint list.
Return Value
Type: Indicator
The requested indicator, or a null reference (Nothing in Visual Basic) if it does not exist.