IBIMonitoringServiceApplicationProxy.GetRegisteredCustomFCOs method

Gets the definitions of registered custom objects of the specified type from the web.config file for PerformancePoint Services.

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

Syntax

'Declaration
Function GetRegisteredCustomFCOs ( _
    type As CustomFCOType _
) As CustomFCODefinitionCollection
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim type As CustomFCOType
Dim returnValue As CustomFCODefinitionCollection

returnValue = instance.GetRegisteredCustomFCOs(type)
CustomFCODefinitionCollection GetRegisteredCustomFCOs(
    CustomFCOType type
)

Parameters

Return value

Type: CustomFCODefinitionCollection
The definitions of registered custom objects of the specified type.

See also

Reference

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace