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

Initializes a new instance of the PersonaPostalAddress class.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
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  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.

См. также