Have a look at this:
http://www.ajaxforasp.net/AsyncDocs/html/43a5b889-47bd-bdb6-092e-e0a91ca9e8ea.htm
WaitMessage Property Syntax
public static string WaitMessage { get; }
I'm not sure if it's because I don't know what I'm doing or the documentation is wrong, but for the life of me I can't figure out how I'm supposed to assign a value to a readonly field (I'm trying to set it to an empty string).