HeadNoodle
New member
- Joined
- Apr 10, 2006
- Messages
- 3
- Programming Experience
- 10+
I have a class called outboundrouting that has a property named parameter. The parameter property needs to be able to hold that contents of one of 3 seperate classes (param_timeofDay,param_RatioRouting,Param_CLIRouting).
I really dont want to create 3 different propertys for the class outboundrouting so does anyone know of a standard way to do this?
Thanks in Advance,
Dean.