adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Message Class / MessageCode Property


In This Topic
    MessageCode Property (Message)
    In This Topic
    The message code that identifies the message.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MessageCode As String
    public string MessageCode {get;}
    public:
    property String^ MessageCode {
       String^ get();
    }
    Remarks

    Nearly all messages are identified by a message code that identifies the message (similar to a compiler error code). This code can be used to search for messages in support resources, etc.

    The code is in the form ADTnnnnnn where nnnnnn is a 0-padded integer.

    Some ad-hoc messages are issued with the numeric portion set to 000000.

    See Also