How to change Target of camera from Standard Assets

I’m using script of camera of standard asset. But the target’s variable is protected, how can i change the target from another script?
Sorry for the terrible inglish.

change protected to public, or create set/get methods or Property.