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

In This Topic
    Severity Property (Message)
    In This Topic
    Syntax
    'Declaration
     
    
    <XmlIgnoreAttribute()>
    <IgnoreDataMemberAttribute()>
    Public Property Severity As MessageType
    [XmlIgnore()]
    [IgnoreDataMember()]
    public MessageType Severity {get; set;}
    See Also