I have several objects that inherit from a single base class declared Must Inherit with no shared or static members. However; when multiple descendant objects exist they all share the same properties (being what ever they were set to by the lastly created object inheriting form the base).
How do I get around this issue?
How do I get around this issue?