Web API Core | ComponentOne
C1.Web.Api.Visitor.Models Namespace / VisitorGeoInfo Class / CountryName Property

In This Topic
    CountryName Property (VisitorGeoInfo)
    In This Topic
    The collected CountryName from visitor client side
    Syntax
    'Declaration
     
    
    Public Property CountryName As String
    public string CountryName {get; set;}
    See Also