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

System.Reflection.PropertyInfo.CanWrite Property

Gets a bool value indicating whether the property reflected by the current instance has a Set accessor. [Edit]

public abstract bool CanWrite { get; }

Value

true if the property reflected by the current instance has a Set accessor; otherwise, false . [Edit]

Remarks

Operation
This property is read-only. [Edit]

Requirements

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