Interface ILocation
Interface ILocation. Describes an interface for a generic location.
Namespace: VpnSDK.Public.Interfaces
Assembly: VpnSDK.dll
Syntax
public interface ILocationProperties
CityCode
Gets the city code.
Declaration
string CityCode { get; }Property Value
| Type | Description | 
|---|---|
| String | The city code. | 
CountryCode
Gets the country code.
Declaration
string CountryCode { get; }Property Value
| Type | Description | 
|---|---|
| String | The country code. | 
Id
Gets the identifier.
Declaration
string Id { get; }Property Value
| Type | Description | 
|---|---|
| String | The identifier. | 
SearchName
Gets the string used for searching.
Declaration
string SearchName { get; }Property Value
| Type | Description | 
|---|---|
| String | The name to be used in searches. |