using enum on class module

  • Thread starter Thread starter Roy Goldhammer
  • Start date Start date
R

Roy Goldhammer

Hello there

I have class module with enum inside it.

How can i use this emum in property let as parameter?
 
I found out the problem

When Setting property get and let at the same name the return vaulue must be
at the same type as insert value. and because they were diffrent I got the
error
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Enum TypeConverter 3
class that does not need to be instantiated 8
Merge Info From Two Enums 1
Global Enum question 1
Enum question... 3
Enums in C# 2005 (Beta 2) Framework 2.0 2
Enum Extentions 7
about enum 3

Back
Top