IBIMonitoringStore.GetFilter Method

Retrieves a filter from a SharePoint list.

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

Syntax

'Declaration
Function GetFilter ( _
    location As RepositoryLocation _
) As Filter
'Usage
Dim instance As IBIMonitoringStore
Dim location As RepositoryLocation
Dim returnValue As Filter

returnValue = instance.GetFilter(location)
Filter GetFilter(
    RepositoryLocation location
)

Parameters

Return Value

Type: Microsoft.PerformancePoint.Scorecards.Filter
The requested filter, or a null reference (Nothing in Visual Basic) if it does not exist.

See Also

Reference

IBIMonitoringStore Interface

IBIMonitoringStore Members

Microsoft.PerformancePoint.Scorecards Namespace