| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > BrowseClass > BrowseClass Methods >====== GetUseMRP (get UseMRP value) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[fetch get a page of browse items .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[init initialize the browseclass 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 BRW1.GetUseMRP() = 1** **BRW1.SetUseMRP(0)** **END** **See Also:**     [[setusemrp set usemrp value bc.htm|SetUseMRP]] ,[[usemrp ipd multiple request packet support .htm|UseMRP]]