adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ICustomProperties Interface / GetBooleanValue Method / GetBooleanValue(String,Boolean) Method

In This Topic
    GetBooleanValue(String,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Overloads Function GetBooleanValue( _
       ByVal name As String, _
       ByVal defaultValue As Boolean _
    ) As Boolean
    bool GetBooleanValue( 
       string name,
       bool defaultValue
    )

    Parameters

    name
    defaultValue
    See Also