VersionsDataSet.VersionsRow.Major Property

Specifies the major version number of Project Professional.

Namespace:  [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl

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

Admin Web Service