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


In This Topic
    LastErrorCode Property
    In This Topic
    The last error code from the server.
    Syntax
    'Declaration
     
    
    ReadOnly Property LastErrorCode As Integer
    int LastErrorCode {get;}
    property int LastErrorCode {
       int get();
    }
    See Also