adTempus API
ArcanaDevelopment.adTempus.Shared.TokenEvaluation Namespace / FunctionCallToken Class / FunctionName Field


In This Topic
    FunctionName Field
    In This Topic
    The name of the function
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReadOnly FunctionName As String
    [DataMember()]
    public readonly string FunctionName
    [DataMember()]
    public:
    readonly String^ FunctionName
    See Also