PropertyAttributes Enumeration
Note: This API is now obsolete.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Specifies the attributes of a property.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.DataAssembly: Microsoft.Phone (in Microsoft.Phone.dll)
| Member name | Description | |
|---|---|---|
| NotSupported | The property is not supported by the provider. | |
| Required | The user must specify a value for this property before the data source is initialized. | |
| Optional | The user does not need to specify a value for this property before the data source is initialized. | |
| Read | The user can read the property. | |
| Write | The user can write to the property. |
Show: