Web API Core | ComponentOne
C1.Web.Api.Visitor.Models Namespace / VisitorGeoInfo Class / CityName Property

In This Topic
    CityName Property (VisitorGeoInfo)
    In This Topic
    The collected CityName from visitor client side
    Syntax
    'Declaration
     
    
    Public Property CityName As String
    public string CityName {get; set;}
    See Also