ArchivedProjectsDataSet.ProjectsDataTable.PROJ_VERSION_IS_PERMANENTColumn Property
Specifies whether the archived project data is temporary or permanent.
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_IS_PERMANENTColumn As DataColumn
Get
'Usage
Dim instance As ArchivedProjectsDataSet.ProjectsDataTable
Dim value As DataColumn
value = instance.PROJ_VERSION_IS_PERMANENTColumn
public DataColumn PROJ_VERSION_IS_PERMANENTColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
ArchivedProjectsDataSet.ProjectsDataTable Class