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

In This Topic
    IPTo Property (GeoLocationIPv4)
    In This Topic
    An end ip range of the City
    Syntax
    'Declaration
     
    
    <KeyAttribute()>
    <RequiredAttribute()>
    <ColumnAttribute("ip_to")>
    Public Property IPTo As Long
    [Key()]
    [Required()]
    [Column("ip_to")]
    public long IPTo {get; set;}
    See Also