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

In This Topic
    IPFrom Property (GeoLocationIPv6)
    In This Topic
    A begin ip range of the City
    Syntax
    'Declaration
     
    
    <ColumnAttribute("ip_from")>
    Public Property IPFrom As Decimal
    [Column("ip_from")]
    public decimal IPFrom {get; set;}
    See Also