Для изменения размера нажмите или перетащите

PersonaPostalAddress - конструктор

Initializes a new instance of the PersonaPostalAddress class.

Пространство имён:  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
)

Параметры

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.
См. также