In The Hand LtdIn The Hand
ProductName Property
NamespacesInTheHand.Windows.FormsApplicationHelperProductName
.NET Components for Mobility
Gets the product name associated with this application.
Declaration Syntax
C#Visual Basic
public static string ProductName { get; }
Public Shared ReadOnly Property ProductName As String
	Get
Value
The product name.
Remarks
ProductName is taken from the metadata of the assembly containing the main form of the current application. You can set it by setting AssemblyProductAttribute inside of your assembly manifest.

Assembly: InTheHand.Windows.Forms (Module: InTheHand.Windows.Forms) Version: 7.0.0.0