PhoneCallHistoryEntry.Address 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 les informations du carnet d’adresses pour cet appel téléphonique.
public:
property PhoneCallHistoryEntryAddress ^ Address { PhoneCallHistoryEntryAddress ^ get(); void set(PhoneCallHistoryEntryAddress ^ value); };
PhoneCallHistoryEntryAddress Address();
void Address(PhoneCallHistoryEntryAddress value);
public PhoneCallHistoryEntryAddress Address { get; set; }
var phoneCallHistoryEntryAddress = phoneCallHistoryEntry.address;
phoneCallHistoryEntry.address = phoneCallHistoryEntryAddress;
Public Property Address As PhoneCallHistoryEntryAddress
Valeur de propriété
Informations du carnet d’adresses pour l’appel téléphonique.
Configuration requise pour Windows
Fonctionnalités de l’application |
phoneCallHistory
phoneCallHistorySystem
|