Type: String
Returns the model of the WAP device if known. For example, the Ericsson R380 would be set to "R380".
C# Example:
<html>WAP device model:
<% BrowserObj browObj = BrowserObj.GetBrowser();
Response.Write(browObj.WAP_DeviceModel);
%>
</html>
See Also: