Specifies whether you want to request an entire contact, or only specific fields.
Syntax
var value = Windows.ApplicationModel.Contacts.ContactSelectionMode.contacts;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The ContactSelectionMode enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Contacts | contacts | 0 |
Specifies that you want to select the entire contact. |
| Fields | fields | 1 |
Specifies that you want to select only certain fields. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
Build date: 12/4/2012