System.Windows.Forms.Control.ProductVersion Property

Gets the version of the assembly containing the control.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public string ProductVersion { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Control.ProductVersion property is a read-only property. To change the value of this property, set the System.Reflection.AssemblyVersionAttribute.Version property value of the System.Reflection.AssemblyVersionAttribute. The following line of C# code sets the Control.ProductVersion property.

Example

 [assembly: AssemblyVersion("1.0.1")]
Note:

It is strongly recommended that you provide the company name, product name, and product version. Providing this information enables the use of Windows Forms features such as Application.UserAppDataPath that make it easier to write applications that comply with the "Certified for Windows" program. For more information about the Certified for Windows program, see http://msdn.microsoft.com/certification.

Requirements

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