Click or drag to resize
PropertyInfoCanRead Property
Gets a value indicating whether the property can be read.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public abstract bool CanRead { get; }

Return Value

Type: Boolean
true if this property can be read; otherwise, false.
See Also