IRequestDictionary::get_Item

This method retrieves the specified item from a Request object dictionary.

HRESULT get_Item(

VARIANT Var,

//variant that contains the name of the item in the collection

VARIANT * pVariantReturn

//pointer to a variant that receives the item value

);