How to retrieve Application variables down the class line?

  • Thread starter Thread starter Frank Rizzo
  • Start date Start date
F

Frank Rizzo

I have a class that's being instantiated and called from the code-behind
class. How can I get access to the Application variables from this class?

Thanks
 
See reference to your class

Dim aObject As Yourclass

aObject.MethodYouHave
 

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

Back
Top