ProjectDataSet.ProjectDataTable.PROJ_LAST_SAVEDColumn property
Defines the column for the PROJ_LAST_SAVED field.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property PROJ_LAST_SAVEDColumn As DataColumn
Get
'Usage
Dim instance As ProjectDataSet.ProjectDataTable
Dim value As DataColumn
value = instance.PROJ_LAST_SAVEDColumn
public DataColumn PROJ_LAST_SAVEDColumn { get; }
Property value
Type: System.Data.DataColumn
A DataColumn object for the field.
See also
Reference
ProjectDataSet.ProjectDataTable class