Read and Read/Write variable declaration

Im having trouble finding the ability to make a variable read only on OPC server. Is there a way to change a variable from read only to read/write also?

All Out port variables on Program instances will be read-only in the OPC UA server, while In port variables and global variables will be read-write. I’m fairly sure it’s not possible to make Global variables read-only.