Mono Class Library: System.Reflection.PropertyInfo Overview | Members

System.Reflection.PropertyInfo.Attributes Property

Gets the attributes of the property reflected by the current instance. [Edit]

public abstract PropertyAttributes Attributes { get; }

Value

A System.Reflection.PropertyAttributes value that specifies the attributes of the property reflected by the current instance. [Edit]

Remarks

Operation

This property is read-only.

This property gets a System.Reflection.PropertyAttributes value that indicates the attributes set in the metadata of the property reflected by the current instance.

Usage
Use this property to determine if the property reflected by the current instance has a special name or a default value.

[Edit]

Requirements

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