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

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