adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Message Class / SetAdditionalProperty Method / SetAdditionalProperty(String,Int32) Method

In This Topic
    SetAdditionalProperty(String,Int32) Method
    In This Topic
    Sets a property for the message.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetAdditionalProperty( _
       ByVal name As String, _
       ByVal value As Integer _
    ) 
    public void SetAdditionalProperty( 
       string name,
       int value
    )

    Parameters

    name
    value
    See Also