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


In This Topic
    NumericMessageCode Property
    In This Topic
    Gets the numeric portion of the MessageCode
    Syntax
    'Declaration
     
    
    <XmlIgnoreAttribute()>
    <IgnoreDataMemberAttribute()>
    Public ReadOnly Property NumericMessageCode As Integer
    [XmlIgnore()]
    [IgnoreDataMember()]
    public int NumericMessageCode {get;}
    [XmlIgnore()]
    [IgnoreDataMember()]
    public:
    property int NumericMessageCode {
       int get();
    }
    See Also