adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Message Class / AdditionalPropertiesList Method


In This Topic
    AdditionalPropertiesList Method
    In This Topic
    Gets a string list of all additional properties, in the form key: value
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public Function AdditionalPropertiesList() As String
    [NotNull()]
    public string AdditionalPropertiesList()
    [NotNull()]
    public:
    String^ AdditionalPropertiesList(); 
    See Also