Class GeoLocationLogInfo
Geographic location details.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GeoLocationLogInfo
Constructors
View SourceGeoLocationLogInfo(string, string, string, string)
Initializes a new instance of the GeoLocationLogInfo class.
Declaration
public GeoLocationLogInfo(string ipAddress, string city = null, string region = null, string country = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | ipAddress | IP address. |
| string | city | City name. |
| string | region | Region name. |
| string | country | Country code. |
Properties
View SourceCity
City name.
Declaration
public string City { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Country
Country code.
Declaration
public string Country { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
IpAddress
IP address.
Declaration
public string IpAddress { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Region
Region name.
Declaration
public string Region { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |