PropertyAttributes Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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.ReflectionAssembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| HasDefault | Specifies that the property has a default value. | |
| None | Specifies that no attributes are associated with a property. | |
| Reserved2 | Reserved. | |
| Reserved3 | Reserved. | |
| Reserved4 | Reserved. | |
| ReservedMask | Specifies a flag reserved for runtime use only. | |
| RTSpecialName | Specifies that the metadata internal APIs check the name encoding. | |
| SpecialName | Specifies that the property is special, with the name describing how the property is special. |
Show: