adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IApplicationIntegration Interface / Result Property


In This Topic
    Result Property (IApplicationIntegration)
    In This Topic
    The result of the script execution
    Syntax
    'Declaration
     
    
    Property Result As Object
    object Result {get; set;}
    property Object^ Result {
       Object^ get();
       void set (    Object^ value);
    }
    See Also