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

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