Change security of System.User.Name

1
I have an entity which is a specialization of System.User, and I want to read the name, using a user which is not the owner. So the built in security does not allow this. How can i override this rule in order to retreive the Name of my specialized user objects?
asked
1 answers
5

Ok, by using a virtual attribute i can work around the problem.

answered