PluginRegistrar.URL

Introduced

v4.0

Description

Returns or sets the URL path for this plug-in as a String.

C# Syntax

// get accessor

String rtn = PluginRegistrar.URL;

// set accessor

PluginRegistrar.URL = String;

See Also

Plugin.URL