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

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