PluginRegistrar.Major

Description

Returns or sets the major version number of the plug-in as a Long.

C# Syntax

// get accessor

Int32 rtn = PluginRegistrar.Major;

// set accessor

PluginRegistrar.Major = Int32;

See Also

Plugin.Major