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

In This Topic
    Longitude Property (GeoLocationIPv6)
    In This Topic
    Longitude of the city where the IP address is located.
    Syntax
    'Declaration
     
    
    <ColumnAttribute("longitude")>
    Public Property Longitude As Double
    [Column("longitude")]
    public double Longitude {get; set;}
    See Also