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

In This Topic
    AdditionalProperties Property (Message)
    In This Topic
    Additional attributes associated with the message.
    Syntax
    'Declaration
     
    
    <XmlIgnoreAttribute()>
    <IgnoreDataMemberAttribute()>
    Public ReadOnly Property AdditionalProperties As Dictionary(Of String,String)
    [XmlIgnore()]
    [IgnoreDataMember()]
    public Dictionary<string,string> AdditionalProperties {get;}
    See Also