VersionsDataSet.VersionsRow Class
Represents one Project Professional version that can connect with Project Server.
Inheritance Hierarchy
System.Object
System.Data.DataRow
[Admin Web service].VersionsDataSet.VersionsRow
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 Class VersionsRow _
Inherits DataRow
'Usage
Dim instance As VersionsDataSet.VersionsRow
public class VersionsRow : DataRow
Remarks
Represents one record from the VersionsDataSet.VersionsDataTable table.
For example, if a Project Professional version is 14.0.3217.1000, the Major value is 14, the Minor value is 0, the Build number is 3217, and the Revision value is 1000.
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.