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

In This Topic
    CountryCode Property (GeoLocationIPv4)
    In This Topic
    Two-letter ISO 3166 code for the visitor's country.
    Syntax
    'Declaration
     
    
    <ColumnAttribute("country_code")>
    Public Property CountryCode As String
    [Column("country_code")]
    public string CountryCode {get; set;}
    See Also