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

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