adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / CustomProperty Class / BooleanValue Property

In This Topic
    BooleanValue Property (CustomProperty)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property BooleanValue As Nullable(Of Boolean)
    public Nullable<bool> BooleanValue {get; set;}
    See Also