'Declaration
<System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <SRDescriptionAttribute("Retrieves the version of the product associated with this component.")> Public ReadOnly Property ProductVersion As System.String
'Usage
Dim instance As EditSourceDialog Dim value As System.String value = instance.ProductVersion
[System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("Retrieves the version of the product associated with this component.")] public System.string ProductVersion {get;}