NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ToolboxItem.Version

The version number of the toolbox item. Increment this number every time a change is made to the ToolboxItem or assembly that requires the toolbox to be reset.

[Visual Basic]
Public Shared ReadOnly Version As Integer
[C#]
public static readonly int Version;
[C++]
public: static readonly int Version;
[JScript]
public static var Version : int;

See Also

ToolboxItem Class | ToolboxItem Members | System.Drawing.Design Namespace