ArchiveScheduleDataSet.ArchiveScheduleRow.WADMIN_PROJECTS Property

Represents the scheduled time, in ticks, after which the projects are backed up.

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 Property WADMIN_PROJECTS As Long
    Get
    Set
'Usage
Dim instance As ArchiveScheduleDataSet.ArchiveScheduleRow
Dim value As Long

value = instance.WADMIN_PROJECTS

instance.WADMIN_PROJECTS = value
public long WADMIN_PROJECTS { get; set; }

Property Value

Type: System.Int64

Remarks

To calculate the scheduled time in ticks, convert the hours and minutes for the desired time to ticks, and then add that number of ticks to the number of ticks for the current day.

Note

A setting of zero ticks directs the server to not back up projects.

See Also

Reference

ArchiveScheduleDataSet.ArchiveScheduleRow Class

ArchiveScheduleDataSet.ArchiveScheduleRow Members

Archive Web Service