adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ICustomProperties Interface / Clear Method


In This Topic
    Clear Method (ICustomProperties)
    In This Topic
    Removes all properties whose names start with the specified prefix.
    Syntax
    'Declaration
     
    
    Sub Clear( _
       ByVal prefix As String _
    ) 
    void Clear( 
       string prefix
    )
    void Clear( 
       String^ prefix
    ) 

    Parameters

    prefix
    See Also