IPlugin.PluginVersion Property

AdiIRC API v2

IPluginPluginVersion Property

Get/Set plugin version. (optional)

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
string PluginVersion { get; }
ReadOnly Property PluginVersion As String
	Get
property String^ PluginVersion {
	String^ get ();
}
abstract PluginVersion : string with get

Property Value

Type: String
See Also