April 2002
Intermediate to advanced
688 pages
19h 51m
English
Application.ProductName Property
System.Windows.Forms.Application
Application.ProductName( )
A String containing the product name of the application
Gets the product name of the application. This is a read-only property.
The value of the ProductName property can be defined by including the
<AssemblyProduct> attribute in the
application’s AssemblyInfo file. Its syntax is:
<Assembly: AssemblyProduct("sProduct")>where sProduct is a string literal
containing the product name.
The ProductName property in the .NET Framework corresponds to the App. ProductName property in VB 6.
Read now
Unlock full access