PhoneCallHistoryEntryAddress.RawAddress 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 d’adresse de ce contact.
public:
property Platform::String ^ RawAddress { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring RawAddress();
void RawAddress(winrt::hstring value);
public string RawAddress { get; set; }
var string = phoneCallHistoryEntryAddress.rawAddress;
phoneCallHistoryEntryAddress.rawAddress = string;
Public Property RawAddress As String
Valeur de propriété
Les informations d’adresse de ce contact.
Configuration requise pour Windows
Fonctionnalités de l’application |
phoneCallHistory
phoneCallHistorySystem
|