On page 98 of the ASP.Net Design Pattrerns book you use this line of code
public
Address DispatchAddress {get; set;}
What are you accomplishing or trying to accomplish using a class name as a type identifier for a property?
Thanks
Robert
[email protected]