PDA Property (.NET)

 

Type: Boolean

 

Returns True if the visiting device is a PDA device, such as the Palm Pilot 7.

 

C# Example:

<html>PDA:

<% BrowserObj browObj = BrowserObj.GetBrowser();

Response.Write(browObj.PDA);

%>

</html>

 

See Also:

WAP Property (.NET)