Mono Class Library: System.Reflection Namespace

System.Reflection.PropertyAttributes Enumeration

Defines the attributes that can be associated with a property.
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum PropertyAttributes

Remarks

This enumeration is used by the PropertyInfo.Attributes property.

Members

Member NameDescription
HasDefaultSpecifies that the property has a default value.
NoneSpecifies that no attributes are associated with a property.
Reserved2Documentation for this section has not yet been entered.
Reserved3Documentation for this section has not yet been entered.
Reserved4Documentation for this section has not yet been entered.
ReservedMaskDocumentation for this section has not yet been entered.
RTSpecialNameDocumentation for this section has not yet been entered.
SpecialName

Specifies that the property is treated in a special way by some tools.

Note:

For more information on special names, see Partition I of the CLI Specification.

For more information on SpecialName in metadata, see Partition II of the CLI Specification.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0