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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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

How do I access that in code ?
 
Application.ProductName

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

How do I access that in code ?
 
Back
Top