PersonaPostalAddress Конструктор
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Инициализирует новый экземпляр PersonaPostalAddress класса . Конструктор PersonaPostalAddress(String, String, String, String, String, String, LocationSource, String, String, Double, Double, Double, Double, Double) применим для клиентов, предназначенных для Exchange Online и версий Exchange, начиная с Exchange Server 2013 года.
public:
PersonaPostalAddress(System::String ^ street, System::String ^ city, System::String ^ state, System::String ^ country, System::String ^ postalCode, System::String ^ postOfficeBox, Microsoft::Exchange::WebServices::Data::LocationSource locationSource, System::String ^ locationUri, System::String ^ formattedAddress, double latitude, double longitude, double accuracy, double altitude, double altitudeAccuracy);
public PersonaPostalAddress (string street, string city, string state, string country, string postalCode, string postOfficeBox, Microsoft.Exchange.WebServices.Data.LocationSource locationSource, string locationUri, string formattedAddress, double latitude, double longitude, double accuracy, double altitude, double altitudeAccuracy);
Параметры
- street
- String
Адрес улицы.
- city
- String
Значение города.
- state
- String
Значение состояния.
- country
- String
Значение страны или региона.
- postalCode
- String
Значение почтового индекса.
- postOfficeBox
- String
Почтовый ящик.
- locationSource
- LocationSource
Источник расположения.
- locationUri
- String
Универсальный код ресурса (URI) расположения.
- formattedAddress
- String
Отображаемый адрес улицы.
- latitude
- Double
Широта расположения.
- longitude
- Double
Долгота расположения.
- accuracy
- Double
Точность расположения.
- altitude
- Double
Высота расположения.
- altitudeAccuracy
- Double
Точность высоты расположения.