IRequest::get_Form

This method retrieves the Form collection of the Request Object.

HRESULT get_Form(

IRequestDictionary ** ppDictReturn

//pointer to an IRequestDictionary interface pointer that receives the Form collection

);