public enum Locations
{
[Property ("job-view")]
[Title ("analyics-job-view")]
JobViewValue
}
I have value of "Property" Attribute i.e. job-view
How to access enum value (JobViewValue) using "Property" attribute?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suhas DPosted Aug 4, 2014, 3:07 AM
VulpesPosted Aug 1, 2014, 4:40 PM
Found : JobViewValue = 3