ProjectDataSet.ProjectDataTable.PROJ_LAST_SAVEDColumn Property
Defines the column for the PROJ_LAST_SAVED field.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
'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; }
Type: System.Data.DataColumn
ProjectDataSet.ProjectDataTable Class