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

System.Reflection.PropertyInfo.CanRead Property

Gets a bool value indicating whether the property reflected by the current instance has a Get accessor.

public abstract bool CanRead { get; }

Value

true if the property reflected by the current instance has a Get accessor; otherwise, false .

Remarks

Operation
This property is read-only.

Requirements

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