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

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