BIMonitoringServiceApplicationProxy.GetRegisteredCustomFCOs Method

Gets the definitions of registered custom objects of the specified type from the web.config file for PerformancePoint Services in Microsoft SharePoint Server 2010.

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

Syntax

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

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

Parameters

Return Value

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

Implements

IBIMonitoringServiceApplicationProxy.GetRegisteredCustomFCOs(CustomFCOType)

See Also

Reference

BIMonitoringServiceApplicationProxy Class

BIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace