ArchivedProjectsDataSet.ProjectsDataTable.PROJ_VERSION_DESCRIPTIONColumn Property
Defines the column for the description of the version that is associated with the archived project.
Namespace: [Archive Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Archive.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Archive.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property PROJ_VERSION_DESCRIPTIONColumn As DataColumn
Get
'Usage
Dim instance As ArchivedProjectsDataSet.ProjectsDataTable
Dim value As DataColumn
value = instance.PROJ_VERSION_DESCRIPTIONColumn
public DataColumn PROJ_VERSION_DESCRIPTIONColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
ArchivedProjectsDataSet.ProjectsDataTable Class