ISPWTool.MajorVersion Property

Gets the tool major version number.

Namespace:  Microsoft.Office.SharePointWorkspace.AddIn
Assembly:  Microsoft.Office.SharePointWorkspace.AddIn.Interface (in Microsoft.Office.SharePointWorkspace.AddIn.Interface.dll)

Syntax

'Declaration
ReadOnly Property MajorVersion As Integer
    Get
'Usage
Dim instance As ISPWTool
Dim value As Integer

value = instance.MajorVersion
int MajorVersion { get; }

Property Value

Type: System.Int32
The major version number.

Remarks

The tool version number is defined in the manifest.

See Also

Reference

ISPWTool Interface

ISPWTool Members

Microsoft.Office.SharePointWorkspace.AddIn Namespace