ArchivedProjectsDataSet.ProjectsDataTable.PROJ_VERSION_IS_PERMANENTColumn property
Specifies whether the archived project data is temporary or permanent.
Namespace: WebSvcArchive
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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