VersionsDataSet.VersionsDataTable class
Represents a data table that maintains the list of Project Professional versions that can connect with Project Server.
Inheritance hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataTable
WebSvcAdmin.VersionsDataSet.VersionsDataTable
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class VersionsDataTable _
Inherits DataTable _
Implements IEnumerable
'Usage
Dim instance As VersionsDataSet.VersionsDataTable
[SerializableAttribute]
public class VersionsDataTable : DataTable,
IEnumerable
Remarks
Each row of the data table contains a VersionsDataSet.VersionsRow version record.
For example, if a Project Professional version is 14.0.3217.1000, the major release is 14, the minor release is 0, and the build number is 3217.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.