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

In This Topic
    GetBooleanValue(String) Method
    In This Topic
    Gets or sets the value of the property with the specified name, as a boolean value
    Syntax
    'Declaration
     
    
    Overloads Function GetBooleanValue( _
       ByVal name As String _
    ) As Nullable(Of Boolean)
    Nullable<bool> GetBooleanValue( 
       string name
    )

    Parameters

    name
    Remarks
    Returns a null reference (Nothing in Visual Basic) if the property does not exist or its value cannot be converted to bool.
    See Also