I've got this:

string tmp = Request.QueryString("PersonID");

and get this error:

Compiler Error Message: CS0118: 'System.Web.HttpRequest.QueryString' denotes a 'property' where a 'method' was expected

What am i doing wrong, i've looked at examples and can't see any difference.