PersonaPostalAddress - конструктор |
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemString
The Street Address. - city
- Тип: SystemString
The City value. - state
- Тип: SystemString
The State value. - country
- Тип: SystemString
The country value. - postalCode
- Тип: SystemString
The postal code value. - postOfficeBox
- Тип: SystemString
The Post Office Box. - locationSource
- Тип: Tessa.Exchange.WebServices.DataLocationSource
The location Source. - locationUri
- Тип: SystemString
The location Uri. - formattedAddress
- Тип: SystemString
The location street Address in formatted address. - latitude
- Тип: SystemDouble
The location latitude. - longitude
- Тип: SystemDouble
The location longitude. - accuracy
- Тип: SystemDouble
The location accuracy. - altitude
- Тип: SystemDouble
The location altitude. - altitudeAccuracy
- Тип: SystemDouble
The location altitude Accuracy.
См. также