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()>
    <NotNullAttribute()>
    Public ReadOnly Property AdditionalProperties As Dictionary(Of String,String)
    [XmlIgnore()]
    [IgnoreDataMember()]
    [NotNull()]
    public Dictionary<string,string> AdditionalProperties {get;}
    [XmlIgnore()]
    [IgnoreDataMember()]
    [NotNull()]
    public:
    property Dictionary<String^,String^>^ AdditionalProperties {
       Dictionary<String^,String^>^ get();
    }
    Remarks
    The dictionary is case-insensitive.
    See Also