how to access <Assembly: AssemblyProduct("My Product")> ?

G

Guest

I am using the following attribute in the AssemblyInfo.vb file : <Assembly:
AssemblyProduct("My Product")>.

How do I access that in code ?
 
S

Siva M

Application.ProductName

I am using the following attribute in the AssemblyInfo.vb file : <Assembly:
AssemblyProduct("My Product")>.

How do I access that in code ?
 

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

Top