Assigning a Veriable to a photon-instnsiated object? .GetComponent?

Options
Hi gang I'm using Photon instantiate to instantiate my Bombers, s their a way to use .getcomponent to set a variable on the Bombers Script?
I know you can ();
Bomber.Target = Target;

with regular instantiate, is their a way to do this with Photon.insnasiate?