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 name.
    Syntax
    'Declaration
     
    
    Overloads Function Add( _
       ByVal name As String, _
       ByVal value As String _
    ) As CustomProperty

    Parameters

    name
    value
    Remarks
    See CustomProperty.Name for requirements for the name.
    See Also