Click or drag to resize

PluginVersion Property

Gets the version number of the plugin file.

Namespace:  DotNetBrowser.Plugins
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public string Version { get; }

Property Value

Type: String
The version number of the plugin file. This value may be OS-specific.
See Also