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


In This Topic
    ErrorMessage Property
    In This Topic
    The error message from the server.
    Syntax
    'Declaration
     
    
    ReadOnly Property ErrorMessage As String
    string ErrorMessage {get;}
    property String^ ErrorMessage {
       String^ get();
    }
    See Also