| DynamicReadOnlyPropertyDescriptorIsReadOnly Property |
When overridden in a derived class, gets a value indicating whether this property is read-only.
Namespace: SandcastleBuilder.Utils.DesignAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public override bool IsReadOnly { get; }
Public Overrides ReadOnly Property IsReadOnly As Boolean
Get
public:
virtual property bool IsReadOnly {
bool get () override;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Return Value
Type:
Booleantrue if the property is read-only; otherwise, false.
Remarks Derived classes must override this method
See Also