Class GeoLocationLogInfo
Geographic location details.
Inheritance
System.Object
GeoLocationLogInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GeoLocationLogInfo
Constructors
| Improve this Doc 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 |
|---|---|---|
| System.String | ipAddress | IP address. |
| System.String | city | City name. |
| System.String | region | Region name. |
| System.String | country | Country code. |
Properties
| Improve this Doc View SourceCity
City name.
Declaration
public string City { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Country
Country code.
Declaration
public string Country { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IpAddress
IP address.
Declaration
public string IpAddress { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Region
Region name.
Declaration
public string Region { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |