PhoneCallHistoryEntryAddress.RawAddressKind Property

Definition

Gets or sets the type of address indicated by RawAddress.

public:
 property PhoneCallHistoryEntryRawAddressKind RawAddressKind { PhoneCallHistoryEntryRawAddressKind get(); void set(PhoneCallHistoryEntryRawAddressKind value); };
PhoneCallHistoryEntryRawAddressKind RawAddressKind();

void RawAddressKind(PhoneCallHistoryEntryRawAddressKind value);
public PhoneCallHistoryEntryRawAddressKind RawAddressKind { get; set; }
var phoneCallHistoryEntryRawAddressKind = phoneCallHistoryEntryAddress.rawAddressKind;
phoneCallHistoryEntryAddress.rawAddressKind = phoneCallHistoryEntryRawAddressKind;
Public Property RawAddressKind As PhoneCallHistoryEntryRawAddressKind

Property Value

The type of address.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to