adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Message Class / GetAdditionalProperty Method / GetAdditionalProperty(String) Method
The case-insensitive name of the property to get


In This Topic
    GetAdditionalProperty(String) Method
    In This Topic
    Returns the property with the specified name, or a null reference (Nothing in Visual Basic) if the property does not exist.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Overloads Function GetAdditionalProperty( _
       ByVal name As String _
    ) As String
    [CanBeNull()]
    public string GetAdditionalProperty( 
       string name
    )
    [CanBeNull()]
    public:
    String^ GetAdditionalProperty( 
       String^ name
    ) 

    Parameters

    name
    The case-insensitive name of the property to get

    Return Value

    The requested property, or a null reference (Nothing in Visual Basic) if the property does not exist.
    See Also