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

Description Property

Location

My.Application.Info.Description

Syntax

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

Description

The Description property returns the application description as defined in the informational section of the assembly.

Usage at a Glance

  • This property is read-only.

  • An exception occurs if the description attribute, AssemblyDescriptionAttribute (or <AssemblyDescription>), is undefined in the active assembly.

Related Framework Entries

  • Microsoft.VisualBasic.ApplicationServices.AssemblyInfo.Description Property

  • System.Diagnostics.FileVersionInfo.FileDescription Property

See Also

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

Категории