adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Message Class / GetAdditionalProperty Method / GetAdditionalProperty(String) Method

In This Topic
    GetAdditionalProperty(String) Method
    In This Topic
    Returns the property with the specified name, or Null if the property does not exist.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetAdditionalProperty( _
       ByVal name As String _
    ) As String
    public string GetAdditionalProperty( 
       string name
    )

    Parameters

    name
    See Also