ArchivedProjectsDataSet.ProjectsDataTable.PROJ_VERSION_DATEColumn property
Defines the column for the project version date and time that is associated with the archived project.
Namespace: WebSvcArchive
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property PROJ_VERSION_DATEColumn As DataColumn
Get
'Usage
Dim instance As ArchivedProjectsDataSet.ProjectsDataTable
Dim value As DataColumn
value = instance.PROJ_VERSION_DATEColumn
public DataColumn PROJ_VERSION_DATEColumn { get; }
Property value
Type: System.Data.DataColumn
See also
Reference
ArchivedProjectsDataSet.ProjectsDataTable class