VersionsDataSet.VersionsDataTable.MajorColumn Property
Gets the column in the VersionsDataTable that contains 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 ReadOnly Property MajorColumn As DataColumn
Get
'Usage
Dim instance As VersionsDataSet.VersionsDataTable
Dim value As DataColumn
value = instance.MajorColumn
public DataColumn MajorColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
VersionsDataSet.VersionsDataTable Class