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

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

Return Value

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