TimeIntelligenceToken.IsA Method (Microsoft.PerformancePoint.Scorecards)

Is token the type of subtype of type?

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Shared Function IsA ( _
    token As TimeIntelligenceToken, _
    type As Type _
) As Boolean
'Usage
Dim token As TimeIntelligenceToken
Dim type As Type
Dim returnValue As Boolean

returnValue = TimeIntelligenceToken.IsA(token, type)
public static bool IsA (
    TimeIntelligenceToken token,
    Type type
)

Parameters

  • token
    Token
  • type
    Type

Return Value

true if token is type or subtype of type, otherwise false

See Also

Reference

TimeIntelligenceToken Class
TimeIntelligenceToken Members
Microsoft.PerformancePoint.Scorecards Namespace