The GetRequestAttribute method returns a named attribute from a request.
[VB] VARIANT GetRequestAttribute( BSTR strAttributeName ); [JAVA] com.ms.Variant GetRequestAttribute( java.lang.String strAttributeName ); [C++] HRESULT GetRequestAttribute( BSTR const strAttributeName, // in BSTR * pstrAttributeValue // out, return value );
Returns the attribute value.