ContactAddress.StreetAddress Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’adresse postale associée à une adresse de contact.
public:
property Platform::String ^ StreetAddress { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring StreetAddress();
void StreetAddress(winrt::hstring value);
public string StreetAddress { get; set; }
var string = contactAddress.streetAddress;
contactAddress.streetAddress = string;
Public Property StreetAddress As String
Valeur de propriété
Adresse postale associée à une adresse de contact.
Configuration requise pour Windows
Fonctionnalités de l’application |
ID_CAP_CONTACTS [Windows Phone]
|