Gets the path of the plugin file with terminating.
Property Value
Type: System.String
The path of the plugin file.
The following example uses
PluginPath property of
"project".
// get path of the plugin
string pluginPath = project.PluginPath;
// get path of the plugin
$pluginPath = $project->PluginPath;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.