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