ContactChangeRecord Class

Definition

Represents a change in contact information that occurred between revisions.

public ref class ContactChangeRecord sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContactChangeRecord final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContactChangeRecord
Public NotInheritable Class ContactChangeRecord
Inheritance
Object Platform::Object IInspectable ContactChangeRecord
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Phone.PhoneContract (introduced in v1.0)
App capabilities
ID_CAP_CONTACTS [Windows Phone]

Properties

ChangeType

Gets the type of change that occurred.

Id

Gets the local identifier of the contact that changed.

RemoteId

Gets the remote identifier of the contact that changed.

RevisionNumber

Gets the revision number associated with the change in contact data.

Applies to