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

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