When overridden in a derived class, gets a value indicating whether this property is read-only.
[Visual Basic] MustOverride Public ReadOnly Property IsReadOnly As Boolean [C#] public bool IsReadOnly {abstract get;} [C++] public: __property virtual bool get_IsReadOnly() = 0; [JScript] public abstract function get IsReadOnly() : Boolean;
true if the property is read-only; false if the property is read/write.
PropertyDescriptor Class | PropertyDescriptor Members | System.ComponentModel Namespace | ReadOnlyAttribute