S
Schorschi
I know I have seen this in C# somewhere, but can't seem to find the
right note, but need it in VB .Net!
Public Enum Numbers
<Description("This is 10.")> Ten = 10
<Description("This is 11.")> Eleven = 11
End Enum
How do I get the descrition text via code?
Dim theString As String = ???
Thx.
right note, but need it in VB .Net!
Public Enum Numbers
<Description("This is 10.")> Ten = 10
<Description("This is 11.")> Eleven = 11
End Enum
How do I get the descrition text via code?
Dim theString As String = ???
Thx.