The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PropertyAttributes Enumeration
Silverlight
Defines the attributes that can be associated with a property.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
![]() ![]() | None | Specifies that no attributes are associated with a property. |
![]() ![]() | SpecialName | Specifies that the property is special, with the name describing how the property is special. |
![]() ![]() | ReservedMask | Specifies a flag reserved for runtime use only. |
![]() ![]() | RTSpecialName | Specifies that the metadata internal APIs check the name encoding. |
![]() ![]() | HasDefault | Specifies that the property has a default value. |
![]() ![]() | Reserved2 | Reserved. |
![]() ![]() | Reserved3 | Reserved. |
![]() ![]() | Reserved4 | Reserved. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show:

