Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.Reflection.PropertyAttributes
Assembly: System.Runtime
Defines the attributes that can be associated with a property. These attribute values are defined in corhdr.h.
Values
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.
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.
ReservedMask
Specifies a flag reserved for runtime use only.