adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IScriptParameters Interface / JobFullName Property


In This Topic
    JobFullName Property
    In This Topic
    The fully=qualified name of the executing job (job name and ancestor group names).
    Syntax
    'Declaration
     
    
    ReadOnly Property JobFullName As String
    string JobFullName {get;}
    property String^ JobFullName {
       String^ get();
    }
    See Also