adTempus API
ArcanaDevelopment.adTempus.Shared.TokenEvaluation Namespace / VariableToken Class / HasVariableReferences Method


In This Topic
    HasVariableReferences Method (VariableToken)
    In This Topic
    Indicates whether this token (or any of its descendants) is a VariableToken.Indicates whether this token (or any of its descendants) is a VariableToken.
    Syntax
    'Declaration
     
    
    Public Overrides Function HasVariableReferences() As Boolean
    public override bool HasVariableReferences()
    public:
    bool HasVariableReferences(); override 
    See Also