adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IResponseEventScriptParameters Interface / TaskResult Property


In This Topic
    TaskResult Property (IResponseEventScriptParameters)
    In This Topic
    The result returned by the task.
    Syntax
    'Declaration
     
    
    ReadOnly Property TaskResult As String
    string TaskResult {get;}
    property String^ TaskResult {
       String^ get();
    }
    See Also