Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))

Title Property

Location

My.Application.Info.Title

Syntax

Dim result As String = My.Application.Info.Title

Description

The Title property returns the application title as defined in the informational section of the assembly.

Usage at a Glance

  • This property is read-only.

  • An exception occurs if the title attribute, AssemblyTitleAttribute (or <AssemblyTitle>), is undefined in the active assembly.

Related Framework Entries

  • Microsoft.VisualBasic.ApplicationServices.AssemblyInfo.Title Property

  • System.Diagnostics.FileVersionInfo.FileDescription Property

See Also

CompanyName Property, Copyright Property, Description Property, Info Object (My.Application), ProductName Property, Trademark Property

Категории