adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ICustomProperties Interface / Add Method / Add(String,String) Method


In This Topic
    Add(String,String) Method
    In This Topic
    Adds or updates the property with the specified key.
    Syntax
    'Declaration
     
    
    Overloads Function Add( _
       ByVal key As String, _
       ByVal value As String _
    ) As CustomProperty

    Parameters

    key
    value
    See Also