adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IComputerMonitorScriptParameters Interface / ServerResponse Property


In This Topic
    ServerResponse Property
    In This Topic
    The response data received from the server.
    Syntax
    'Declaration
     
    
    ReadOnly Property ServerResponse As Byte()
    byte[] ServerResponse {get;}
    property array<byte>^ ServerResponse {
       array<byte>^ get();
    }
    See Also