adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Message Class / GetAdditionalProperty Method / GetAdditionalProperty(String,Int32) Method
The name of the property to get.
The default value to return if the property does not exist in this message.


In This Topic
    GetAdditionalProperty(String,Int32) Method
    In This Topic
    Returns the property with the specified name, or the defaultValue if the property is not defined for this message.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetAdditionalProperty( _
       ByVal name As String, _
       ByVal defaultValue As Integer _
    ) As Integer
    public int GetAdditionalProperty( 
       string name,
       int defaultValue
    )
    public:
    int GetAdditionalProperty( 
       String^ name,
       int defaultValue
    ) 

    Parameters

    name
    The name of the property to get.
    defaultValue
    The default value to return if the property does not exist in this message.
    See Also