readonly

The readonly property defines whether the fiels is read-only then it cannot be changed by the user.

 

Syntax

System.Boolean readonly();

 

Return Value

Returns the current property value.

 

Remarks

Member of field.

 

Example