VersionsDataSet.VersionsRow class
Represents one Project Professional version that can connect with Project Server.
Inheritance hierarchy
System.Object
System.Data.DataRow
WebSvcAdmin.VersionsDataSet.VersionsRow
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.