PropertyInfoCanRead Property |
Gets a value indicating whether the property can be read.
Namespace: System.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public abstract bool CanRead { get; }
Return Value
Type:
Booleantrue if this property can be read; otherwise, false.
See Also