Change Interactive Cloth properties through script?

I’m trying to dynamically change the collision response, but there’s nothing like Interactivecloth.collisionresponse as far as I can tell. Any help would be greatly appreciated.

myCloth.GetComponent().collisionResponse += .01f;