Filter.IsNativeFCO method

Determines whether the specified subTypeId is a native type.

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

Syntax

'Declaration
Public Shared Function IsNativeFCO ( _
    subTypeId As String _
) As Boolean
'Usage
Dim subTypeId As String
Dim returnValue As Boolean

returnValue = Filter.IsNativeFCO(subTypeId)
public static bool IsNativeFCO(
    string subTypeId
)

Parameters

Return value

Type: System.Boolean
true if the specified subTypeId is a native type; otherwise false.

Remarks

A null or empty value is considered native in PerformancePoint Services because this property was introduced in that version.

See also

Reference

Filter class

Filter members

Microsoft.PerformancePoint.Scorecards namespace