Web API Core | ComponentOne
C1.Web.Api.Visitor.Models Namespace / VisitorDevice Class / IsTablet Property

In This Topic
    IsTablet Property
    In This Topic
    Check client is tablet or not
    Syntax
    'Declaration
     
    
    Public Property IsTablet As Boolean
    public bool IsTablet {get; set;}
    See Also