FourPartVersion Structure (2003 System)
Represents the version number of a Microsoft Visual Studio Tools for the Microsoft Office system (version 3.0) solution.
Namespace: Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
Syntax
'Declaration
Public Structure FourPartVersion
'Usage
Dim instance As FourPartVersion
public struct FourPartVersion
Remarks
Version numbers of Visual Studio Tools for Office solutions consist of the major version number, minor version number, build number, and revision number separated by periods (.). The four parts are represented by the Major, Minor, BuildNumber, and Revision properties. Each part must be an integer greater than or equal to 0 (zero). For example, 1.0.0.1 and 1.0.2.1 are valid version numbers.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.