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


In This Topic
    FormattedMessageCode Property
    In This Topic
    Returns the MessageCode with a suffix indicating the Severity
    Syntax
    'Declaration
     
    
    <XmlIgnoreAttribute()>
    <IgnoreDataMemberAttribute()>
    Public ReadOnly Property FormattedMessageCode As String
    [XmlIgnore()]
    [IgnoreDataMember()]
    public string FormattedMessageCode {get;}
    [XmlIgnore()]
    [IgnoreDataMember()]
    public:
    property String^ FormattedMessageCode {
       String^ get();
    }

    Property Value

    The MessageCode with a one-letter suffix indicating the Severity: D, I, W, O, E, or X.
    See Also