I have a class in VB with some constants that represent the string name of my security roles. I need to be able to call a function to return to me a string array(or collect
You can build an object that is nearly identical to a string enum in VB.Net. See my previous post on the topic here:
Getting static field values of a type using reflection