Visual Basic Language Reference  

ReadOnly

The ReadOnly keyword indicates that a variable or property can be read but not written.

The ReadOnly keyword is used in these contexts:

Dim Statement

Property Statement

See Also

Visual Basic Language Keywords