Share via


VersionsDataSet.VersionsRow.Major property

Specifies the major version number of Project Professional.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property Major As Integer
    Get
    Set
'Usage
Dim instance As VersionsDataSet.VersionsRow
Dim value As Integer

value = instance.Major

instance.Major = value
public int Major { get; set; }

Property value

Type: System.Int32

Remarks

If Project Server is running in the Project 2007 compatibility mode, the minimum Major value is 12. Otherwise, the minimum Major value is 14.

See also

Reference

VersionsDataSet.VersionsRow class

VersionsDataSet.VersionsRow members

WebSvcAdmin namespace