ellipsoidparticleemitter

Can I have it so when I press Left Control ellipsoidparticleemitter goes true. Here’s my script.

function Update () {

if (Input.KeyCode.LeftControl);

GetComponent(ellipsoidparticleemitter).enabled = false;

}

what do I use for ellipsoidparticleemitter cause I get an error.

GetComponent(ParticleEmitter).enabled = true; // c#