'Declaration
Function IsApplicable( _ ByVal tokenInfoPolicy As Object _ ) As Boolean
'Usage
Dim instance As _TokenInfo Dim tokenInfoPolicy As Object Dim value As Boolean value = instance.IsApplicable(tokenInfoPolicy)
bool IsApplicable( object tokenInfoPolicy )
bool IsApplicable( Object^ tokenInfoPolicy )
Parameters
- tokenInfoPolicy
- The token info policy.
Return Value
Returns
true
if this token info is applicable with the given token info policy; returns false
otherwise.