Groups | Blog | Home
all groups > asp.net > february 2004 >

asp.net : Declare the Enumeration...


Nicky Crider
2/25/2004 11:16:12 PM
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

Kevin Spencer
2/26/2004 8:33:42 AM
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.

[quoted text, click to view]

Martin Dechev
2/26/2004 9:34:13 AM
Hi, Nicky Crider,

Here is an example:

http://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemenumclasstopic.asp

Greetings
Martin
[quoted text, click to view]

AddThis Social Bookmark Button