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


In This Topic
    AdditionalCode Property
    In This Topic
    Additional message or error code associated with some messages
    Syntax
    'Declaration
     
    
    <XmlIgnoreAttribute()>
    <IgnoreDataMemberAttribute()>
    <NotNullAttribute()>
    Public Property AdditionalCode As String
    [XmlIgnore()]
    [IgnoreDataMember()]
    [NotNull()]
    public string AdditionalCode {get; set;}
    [XmlIgnore()]
    [IgnoreDataMember()]
    [NotNull()]
    public:
    property String^ AdditionalCode {
       String^ get();
       void set (    String^ value);
    }
    See Also