Click or drag to resize
Sandcastle Help File BuilderDynamicReadOnlyPropertyDescriptorIsReadOnly Property
When overridden in a derived class, gets a value indicating whether this property is read-only.

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public override bool IsReadOnly { get; }

Return Value

Type: Boolean
true if the property is read-only; otherwise, false.
Remarks
Derived classes must override this method
See Also