What are Netcode aware properties?

Network Object documentation says that GameObject needs NetworkObject component to replicate any netcode aware properties. What is meant by “netcode aware properties”?

I think it’s just referring to any features of the networked objects that are synced between clients and server, for example network variables.