Mainly personal preference. Personally I am not a fan of using properties for anything other than the singleton pattern. I find that they confuse the code by looking like variables but acting like functions so I much prefer to use a very clear Get() function.
But the end result is the same so if you like properties then go ahead and use that method.