ContactStoreApplicationAccessMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the application access mode for a custom contact store created with CreateOrOpenAsync.
public enum class ContactStoreApplicationAccessMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class ContactStoreApplicationAccessMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum ContactStoreApplicationAccessMode
var value = Windows.Phone.PersonalInformation.ContactStoreApplicationAccessMode.limitedReadOnly
Public Enum ContactStoreApplicationAccessMode
- Inheritance
-
ContactStoreApplicationAccessMode
- 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]
|
Fields
Name | Value | Description |
---|---|---|
LimitedReadOnly | 0 | Other applications can only read the description and display picture for contacts in the store. |
ReadOnly | 1 | Other applications can read all properties for contacts in the store. |