adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / OptionCollection Class / Remove Method / Remove(String) Method
The name of the option to remove (case-insensitive)


In This Topic
    Remove(String) Method
    In This Topic
    Removes the option with the specified OptionName
    Syntax
    'Declaration
     
    
    Public Overloads Function Remove( _
       ByVal optionName As String _
    ) As Boolean
    public bool Remove( 
       string optionName
    )
    public:
    bool Remove( 
       String^ optionName
    ) 

    Parameters

    optionName
    The name of the option to remove (case-insensitive)

    Return Value

    true if the option was removed, or false if the collection does not contain an option with that name
    See Also