Mono Class Library: System.Reflection Namespace

System.Reflection.PropertyAttributes Enumeration

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

Remarks

This enumeration is used by the PropertyInfo.Attributes property. [Edit]

Members

Member NameDescription
HasDefaultSpecifies that the property has a default value. [Edit]
NoneSpecifies that no attributes are associated with a property. [Edit]
Reserved2Documentation for this section has not yet been entered. [Edit]
Reserved3Documentation for this section has not yet been entered. [Edit]
Reserved4Documentation for this section has not yet been entered. [Edit]
ReservedMaskDocumentation for this section has not yet been entered. [Edit]
RTSpecialNameDocumentation for this section has not yet been entered. [Edit]
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.

[Edit]

Requirements

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