MSN Property (.NET)

 

Type: Boolean

 

Returns whether the user is on the MSN network.

 

C# Example:

<html>MSN network:

<% BrowserObj browObj = BrowserObj.GetBrowser();

Response.Write(browObj.MSN);

%>

</html>