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