PropertyAttributes Enumeration
Collapse the table of content
Expand the table of content

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.Data
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

No code example is currently available or this language may not be supported.
<object property="enumerationValue" .../>

Member nameDescription
NotSupportedThe property is not supported by the provider.
RequiredThe user must specify a value for this property before the data source is initialized.
OptionalThe user does not need to specify a value for this property before the data source is initialized.
ReadThe user can read the property.
WriteThe user can write to the property.

Windows Phone OS

Obsolete (compiler warning) in 8.1
Obsolete (compiler warning) in 8.0

Show:
© 2017 Microsoft