Declare the Enumeration...

  • Thread starter Thread starter Nicky Crider
  • Start date Start date
N

Nicky Crider

I am developing Web based application(ASP.Net) using VB.Net.
Is there any how I can use enumeration declaration in the code.
Thanks,
Nicky
 
An enumeration is simply a type, like any other. You can define an
enumeration and use it like any other type.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top