'Declaration
Public Property PluginVersion As String
public string PluginVersion {get; set;}
Property Value
Version of plug-in. Can be null (
Nothing in Visual Basic). Use your own versioning system. For example, 4.0.1 where 4 is major version, 0 is minor version, and 1 is build number.