PluginRegistrar.Author

Introduced

v4.0

Description

Returns or sets the name of the plug-in's author as a String.

C# Syntax

// get accessor

String rtn = PluginRegistrar.Author;

// set accessor

PluginRegistrar.Author = String;

See Also

Plugin.Author