ProductVersion Property (BaseToolbox)
In This Topic
Gets the version of the assembly containing the control.
Syntax
'Declaration
Public ReadOnly Property ProductVersion As String
public string ProductVersion {get;}
Property Value
The file version of the assembly containing the control.
See Also