ContactAddress
ContactAddress
ContactAddress
ContactAddress
Class
Definition
Represents a civic address for StoredContact objects.
public : sealed class ContactAddress : IContactAddresspublic sealed class ContactAddress : IContactAddressPublic NotInheritable Class ContactAddress Implements IContactAddress// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
| Capabilities |
ID_CAP_CONTACTS [Windows Phone]
|
Constructors
ContactAddress() ContactAddress() ContactAddress() ContactAddress()
Initializes a new instance of the ContactAddress class.
public : ContactAddress()public ContactAddress()Public Sub New()// You can use this method in JavaScript.
Additional features and requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
| Capabilities |
ID_CAP_CONTACTS [Windows Phone]
|
Properties
Country Country Country Country
Gets or sets the country associated with a contact address.
public : PlatForm::String Country { get; set; }public string Country { get; set; }Public ReadWrite Property Country As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The country associated with a contact address.
Additional features and requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
| Capabilities |
ID_CAP_CONTACTS [Windows Phone]
|
Locality Locality Locality Locality
Gets or sets the locality of a contact address.
public : PlatForm::String Locality { get; set; }public string Locality { get; set; }Public ReadWrite Property Locality As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The locality of a contact address.
Additional features and requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
| Capabilities |
ID_CAP_CONTACTS [Windows Phone]
|
PostalCode PostalCode PostalCode PostalCode
Gets or sets postal code associated with a contact address.
public : PlatForm::String PostalCode { get; set; }public string PostalCode { get; set; }Public ReadWrite Property PostalCode As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The postal code associated with a contact address.
Additional features and requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
| Capabilities |
ID_CAP_CONTACTS [Windows Phone]
|
Region Region Region Region
Gets or sets the region associated with a contact address.
public : PlatForm::String Region { get; set; }public string Region { get; set; }Public ReadWrite Property Region As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The region associated with a contact address.
Additional features and requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
| Capabilities |
ID_CAP_CONTACTS [Windows Phone]
|
StreetAddress StreetAddress StreetAddress StreetAddress
Gets or sets street address associated with a contact address.
public : PlatForm::String StreetAddress { get; set; }public string StreetAddress { get; set; }Public ReadWrite Property StreetAddress As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The street address associated with a contact address.
Additional features and requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
| Capabilities |
ID_CAP_CONTACTS [Windows Phone]
|