Class GeolocationResult
Default implementation of IGeolocationResult
Inheritance
System.Object
    GeolocationResult
  Implements
Namespace: EPiServer.Personalization
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public class GeolocationResult : Object, IGeolocationResultConstructors
GeolocationResult()
Declaration
public GeolocationResult()Properties
ContinentCode
Two characters continent code based on ISO 3166.
Declaration
public string ContinentCode { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
CountryCode
Two characters country code based on ISO 3166.
Declaration
public string CountryCode { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Location
Represents the location.
Declaration
public GeoCoordinate Location { get; set; }Property Value
| Type | Description | 
|---|---|
| GeoCoordinate | 
Region
The region within the country
Declaration
public string Region { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
TimeZone
The time zone.
Declaration
public TimeZoneInfo TimeZone { get; set; }Property Value
| Type | Description | 
|---|---|
| System.TimeZoneInfo | 
