The SetRequestAttributes method sets attributes in the specified request.
[VB] void SetRequestAttributes ( BSTR strConfig, long RequestId, BSTR strAttributes ); [JAVA] void SetRequestAttributes ( java.lang.String strConfig, int RequestId, java.lang.String strAttributes ); BSTR const strConfig, // in LONG RequestId, // in BSTR const strAttributes // in );
Note In the current release, attribute names and values each must be 49 or less non-null characters in length.
This method does not return a value.