Quote Originally Posted by Peter_B View Post
The short answer - that code is defining 'get' accessors for a couple of properties of whatever class those methods are in.

The long answer - http://msdn.microsoft.com/en-us/library/x9fsa0sw.aspx
So, this would replace the get and set methods that I would normally put within the class?

Ok, here's a new question. Is this one way of accessing properties from another class without actually creating a new instance of that class?