User Defined Class : How to expose a collection of properties?
- From: "Brian" <penguincove@xxxxxxxxx>
- Date: 9 Jul 2005 19:26:52 -0700
(cross-posted to alt.comp.lang.vbscript)
Guys,
This may be a bit basic...
How do I provide a list of all available properties available in my
user defined class? For example:
CLASS clsTest
PROPERTY GET A
A=1
END PROPERTY
PROPERTY GET B
B=2
END PROPERTY
END CLASS
Could I use the FOR EACH construct to loop through the properties (A,B)
available in this class... somehow? (grin).
Thanks...
--Brian
.
- Follow-Ups:
- Re: User Defined Class : How to expose a collection of properties?
- From: mr_unreliable
- Re: User Defined Class : How to expose a collection of properties?
- From: Jim Gregg
- Re: User Defined Class : How to expose a collection of properties?
- From: Al Dunbar [MS-MVP]
- Re: User Defined Class : How to expose a collection of properties?
- Prev by Date: Re: Returning Dial-up Connections
- Next by Date: Explorer CPU Usage while accessing database
- Previous by thread: Passing Arguments to a Local Policy Startup Script
- Next by thread: Re: User Defined Class : How to expose a collection of properties?
- Index(es):
Relevant Pages
|