adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IProcessTriggerParameters Interface / ProcessName Property


In This Topic
    ProcessName Property (IProcessTriggerParameters)
    In This Topic
    The name of the process.
    Syntax
    'Declaration
     
    
    ReadOnly Property ProcessName As String
    string ProcessName {get;}
    property String^ ProcessName {
       String^ get();
    }
    See Also