ContactChangeRecord
ContactChangeRecord
ContactChangeRecord
ContactChangeRecord
Class
Definition
Represents a change in contact information that occurred between revisions.
public : sealed class ContactChangeRecord : IContactChangeRecordpublic sealed class ContactChangeRecord : IContactChangeRecordPublic NotInheritable Class ContactChangeRecord Implements IContactChangeRecord// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
| Capabilities |
ID_CAP_CONTACTS [Windows Phone]
|
Properties
ChangeType ChangeType ChangeType ChangeType
Gets the type of change that occurred.
public : ContactChangeType ChangeType { get; }public ContactChangeType ChangeType { get; }Public ReadOnly Property ChangeType As ContactChangeType// You can use this property in JavaScript.
The type of change that occurred.
Additional features and requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
| Capabilities |
ID_CAP_CONTACTS [Windows Phone]
|
Id Id Id Id
Gets the local identifier of the contact that changed.
public : PlatForm::String Id { get; }public string Id { get; }Public ReadOnly Property Id As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The local identifier of the contact that changed.
Additional features and requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
| Capabilities |
ID_CAP_CONTACTS [Windows Phone]
|
RemoteId RemoteId RemoteId RemoteId
Gets the remote identifier of the contact that changed.
public : PlatForm::String RemoteId { get; }public string RemoteId { get; }Public ReadOnly Property RemoteId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The remote identifier of the contact that changed.
Additional features and requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
| Capabilities |
ID_CAP_CONTACTS [Windows Phone]
|
RevisionNumber RevisionNumber RevisionNumber RevisionNumber
Gets the revision number associated with the change in contact data.
public : ulong RevisionNumber { get; }public ulong RevisionNumber { get; }Public ReadOnly Property RevisionNumber As ulong// You can use this property in JavaScript.
- Value
- ulong ulong ulong ulong
The revision number associated with the change in contact data.
Additional features and requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
| Capabilities |
ID_CAP_CONTACTS [Windows Phone]
|