ArchiveScheduleDataSet.ArchiveScheduleRow.WADMIN_ARCHIVE_RETENTION property
Indicates the number of project plans to retain in the archive database.
Namespace: WebSvcArchive
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_ARCHIVE_RETENTION As Long
Get
Set
'Usage
Dim instance As ArchiveScheduleDataSet.ArchiveScheduleRow
Dim value As Long
value = instance.WADMIN_ARCHIVE_RETENTION
instance.WADMIN_ARCHIVE_RETENTION = value
public long WADMIN_ARCHIVE_RETENTION { get; set; }
Property value
Type: System.Int64
See also
Reference
ArchiveScheduleDataSet.ArchiveScheduleRow class