ActionsPane.ProductVersion Property

Definition

Gets the version of the assembly that contains the actions pane.

public:
 property System::String ^ ProductVersion { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public string ProductVersion { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
member this.ProductVersion : string
Public ReadOnly Property ProductVersion As String

Property Value

The version of the assembly that contains the actions pane.

Attributes

Remarks

This property provides the same functionality as the System.Windows.Forms.Control.ProductVersion property. For more information about using this property, see System.Windows.Forms.Control.ProductVersion.

Applies to