Re: How could I accomplish creating a property that can only set and return certian info?
Just a throught do you think it would be possible to use the tostring method on the propety since it returns an enum?
lookingfor.SaveName.ToString ??
Ehhh nevermind this woudln't work in my exsact case becuase sometimes the strings I want to return actually have a space in them and you can have a space in an enumerations value