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

Trademark Property

Location

My.Application.Info.Trademark

Syntax

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

Description

The Trademark property returns the legal trademark as defined in the informational section of the assembly.

Usage at a Glance

  • This property is read-only.

  • An exception occurs if the trademark attribute, AssemblyTrademarkAttribute (or <AssemblyTrademark>), is undefined in the active assembly.

Related Framework Entries

  • Microsoft.VisualBasic.ApplicationServices.AssemblyInfo.Trademark Property

  • System.Diagnostics.FileVersionInfo.LegalTrademark Property

See Also

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

Категории