Web API Core | ComponentOne
C1.Web.Api.Visitor.Models Namespace / VisitorLocale Class / CountryCode Property

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