IPlugin.PluginAuthor Property

AdiIRC API v2

IPluginPluginAuthor Property

Get/Set your name/nick. (optional)

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

Property Value

Type: String
See Also