April 2002
Intermediate to advanced
688 pages
19h 51m
English
Application.CompanyName Property
System.Windows.Forms.Application
Application.CompanyName( )
A String containing the company name for the application
Gets the company name for the application. This is a read-only property.
The value of the CompanyName property can be defined by including the
<AssemblyCompany> attribute in the
AssemblyInfo file for the application. Its syntax is:
<Assembly: AssemblyCompany("sCompany")>where sCompany is a string literal
containing the company name.
Read now
Unlock full access