adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ImportExportOptions Class / GetAdditionalOption<T> Method
Case-insensitive name of the option to get
The default value to return if the option is not defined


In This Topic
    GetAdditionalOption<T> Method
    In This Topic
    Gets the additional option with the specified name
    Syntax
    'Declaration
     
    
    Public Function GetAdditionalOption(Of T)( _
       ByVal optionName As String, _
       ByVal defaultValue As T _
    ) As T
    public T GetAdditionalOption<T>( 
       string optionName,
       T defaultValue
    )
    public:
    T^ GetAdditionalOptiongeneric<typename T>
    ( 
       String^ optionName,
       T^ defaultValue
    ) 

    Parameters

    optionName
    Case-insensitive name of the option to get
    defaultValue
    The default value to return if the option is not defined

    Type Parameters

    T
    See Also