This mix of automatic and non-automated properties in C # is not possible. The property must be fully automatic or normal.
Note. Even with a fully automatic property, there is no way to refer to the support field from a C # source in a strongly typed way. This is possible through reflection, but it depends on the details of the compiler implementation.
source share