WAP_DeviceModel Property (.NET)

 

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:

WAP Property (.NET)

WAP_Gateway Property (.NET)

WAP_MaxDeckSize Property (.NET)

WAP_SubscriberID Property (.NET)