Type: String
Returns the unique subscriber ID of the WAP visitor when available. Currently requires visitor to be using UP.Link gateway.
C# Example:
<html>WAP subscribed ID:
<% BrowserObj browObj = BrowserObj.GetBrowser();
Response.Write(browObj.WAP_SubscriberID);
%>
</html>
See Also:
WAP_DeviceModel Property (.NET)