Show / Hide Table of Contents

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 Source

GeoLocationLogInfo(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 Source

City

City name.

Declaration
public string City { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Country

Country code.

Declaration
public string Country { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IpAddress

IP address.

Declaration
public string IpAddress { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Region

Region name.

Declaration
public string Region { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX