PhoneCallHistoryEntryAddress.RawAddress Property

Definition

Gets or sets the address information for this 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

Property Value

String

Platform::String

winrt::hstring

The address information for this contact.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to