Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
subTypeId
Type: System.StringThe subtype of the filter.
Return Value
Type: System.Boolean
true if the specified subTypeId is a native type; otherwise false.
Remarks
To maintain backwards compatibility in PerformancePoint Services in Microsoft SharePoint Server 2010, a null or empty value is considered native because this property is new in this version.