Readonly

Namespace ›› System ›› MfBool ›› Properties ››
Parent Previous Next

Readonly

Inherited from MfPrimitive.

Gets the if the class will allow the underlying value to be altered after the constructor has been called.

OutputVar := instance.Readonly

Value

Boolean representing true or false.

Gets

Gets a boolean value indicating if the class will allow the underlying value to be altered after the constructor has been called.

Remarks

Read-only property
Default value is false. This property only be set in the constructor of the class.
If Readonly is true then any attempt to change the underlying value will result in MfNotSupportedException being thrown.