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


In This Topic
    JobName Property (IScriptParameters)
    In This Topic
    The name of the executing job.
    Syntax
    'Declaration
     
    
    ReadOnly Property JobName As String
    string JobName {get;}
    property String^ JobName {
       String^ get();
    }
    See Also