Web API Core | ComponentOne
C1.Web.Api.Visitor.Models Namespace / VisitorClientBrowserInfo Class / OpenDatabase Property

In This Topic
    OpenDatabase Property
    In This Topic
    Is using OpenDatabase or not
    Syntax
    'Declaration
     
    
    Public Property OpenDatabase As Nullable(Of Boolean)
    public Nullable<bool> OpenDatabase {get; set;}
    See Also