PersonaPostalAddress - конструктор
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public PersonaPostalAddress(
string street,
string city,
string state,
string country,
string postalCode,
string postOfficeBox,
LocationSource locationSource,
string locationUri,
string formattedAddress,
double latitude,
double longitude,
double accuracy,
double altitude,
double altitudeAccuracy
)
Public Sub New (
street As String,
city As String,
state As String,
country As String,
postalCode As String,
postOfficeBox As String,
locationSource As LocationSource,
locationUri As String,
formattedAddress As String,
latitude As Double,
longitude As Double,
accuracy As Double,
altitude As Double,
altitudeAccuracy As Double
)
public:
PersonaPostalAddress(
String^ street,
String^ city,
String^ state,
String^ country,
String^ postalCode,
String^ postOfficeBox,
LocationSource locationSource,
String^ locationUri,
String^ formattedAddress,
double latitude,
double longitude,
double accuracy,
double altitude,
double altitudeAccuracy
)
new :
street : string *
city : string *
state : string *
country : string *
postalCode : string *
postOfficeBox : string *
locationSource : LocationSource *
locationUri : string *
formattedAddress : string *
latitude : float *
longitude : float *
accuracy : float *
altitude : float *
altitudeAccuracy : float -> PersonaPostalAddress
Параметры
- street String
- The Street Address.
- city String
- The City value.
- state String
- The State value.
- country String
- The country value.
- postalCode String
- The postal code value.
- postOfficeBox String
- The Post Office Box.
- locationSource LocationSource
- The location Source.
- locationUri String
- The location Uri.
- formattedAddress String
- The location street Address in formatted address.
- latitude Double
- The location latitude.
- longitude Double
- The location longitude.
- accuracy Double
- The location accuracy.
- altitude Double
- The location altitude.
- altitudeAccuracy Double
- The location altitude Accuracy.