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

In This Topic
    ZipCode Property (GeoLocationIPv6)
    In This Topic
    The visitor's zip/postal code.
    Syntax
    'Declaration
     
    
    <ColumnAttribute("zip_code")>
    Public Property ZipCode As String
    [Column("zip_code")]
    public string ZipCode {get; set;}
    See Also