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

Copyright Property

Location

My.Application.Info.Copyright

Syntax

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

Description

The Copyright property returns the copyright owner notice as defined in the informational section of the assembly.

Usage at a Glance

  • This property is read-only.

  • An exception occurs if the copyright attribute, AssemblyCopyrightAttribute (or <AssemblyCopyright>), is undefined in the active assembly.

Related Framework Entries

  • Microsoft.VisualBasic.ApplicationServices.AssemblyInfo.Copyright Property

  • System.Diagnostics.FileVersionInfo.LegalCopyright Property

See Also

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

Категории