How can access properties of an object lower down in the
hierarchy of my class structure? For example;
Company.Custome rs(0).Products( 0).ShowCompanyN ame
In the above Show method I want to access the Name
property with the Company class.
Cheers, Robby
hierarchy of my class structure? For example;
Company.Custome rs(0).Products( 0).ShowCompanyN ame
In the above Show method I want to access the Name
property with the Company class.
Cheers, Robby
Comment