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


In This Topic
    TaskResult Property (IResponseActionScriptParameters)
    In This Topic
    The task result associated with the event, if any.
    Syntax
    'Declaration
     
    
    ReadOnly Property TaskResult As String
    string TaskResult {get;}
    property String^ TaskResult {
       String^ get();
    }
    See Also