Application.CompanyName Property

   
Application.CompanyName Property

Class

System.Windows.Forms.Application

Syntax

 Application.CompanyName(  ) 

Return Value

A String containing the company name for the application

Description

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.

See Also

Application Class, Application.ProductName Property, Application.ProductVersion Property

   


VB.Net Language in a Nutshell
VB.NET Language in a Nutshell
ISBN: B00006L54Q
EAN: N/A
Year: 2002
Pages: 503

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net