[Bind/Protect series] private property and Bind None

I want to make sure that the reference from the subsection is not stored / trafficked to the client-side. Is this Bind decoration needed if I make the property private?
image

Only public properties are serialized, so it isn’t needed.

1 Like

This means I’m gonna remove Bind attributes also from protected properties.