System.Windows.Forms.Application.ProductName Property

Gets the product name associated with this application.

Syntax

public static string ProductName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

ProductName is taken from the metadata of the assembly containing the main form of the current application. You can set it by setting System.Reflection.AssemblyProductAttribute inside of your assembly manifest. For more information, see Assembly Manifest.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0