| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > FileDropClass > FileDropClass Methods >====== GetUseMRP (get UseMRP value) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[addupdatefield specify field assignments .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[init initialize the filedropclass object .htm|{{btn_next_n.gif|Next page}}]] | | || **GetUseMRP( ),BYTE,VIRTUAL** {{blk2blue.jpg|blk2blue.jpg}} | **GetUseMRP** | Retrieves the value of the **UseMRP** property. | The **Get****UseMRP**** **VIRTUAL** **method is used to retrieve the value of the **UseMRP** property. This property is used in conjunction with the IP Driver processing of Multiple Request Packets. **Implementation:** **GetUseMRP** retrieves the value of the PROTECTED **UseMRP** property. It can be useful for detecting the **UseMRP** value set by the templates, and resetting it at runtime via the **SetUseMRP** method. **Return Value:     ****BYTE** **Example:** **IF FDB3.GetUseMRP() = 1** ** FDB3.SetUseMRP(0)** **END** **See Also:**     [[setusemrp set usemrp value fd.htm|SetUseMRP]] , [[usemrp ipd multiple request packet support filedrop.htm|UseMRP]]