OrganizationName Property

Microsoft FrontPage Visual Basic

Returns the name of the organization for the application. Read-only String.

Note  The name of the organization is usually set during the installation of an application or operating system.

Example

Instead of creating a company name variable for your Web page, you can use the organization name as shown in the following statement.

myCompanyName = Application.OrganizationName