Share via


ArchiveScheduleDataSet.ArchiveScheduleRow.WADMIN_VIEW_DEFINITIONS property

Represents the scheduled time, in ticks, after which Project Web App view definitions are backed up.

Namespace:  WebSvcArchive
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property WADMIN_VIEW_DEFINITIONS As Long
    Get
    Set
'Usage
Dim instance As ArchiveScheduleDataSet.ArchiveScheduleRow
Dim value As Long

value = instance.WADMIN_VIEW_DEFINITIONS

instance.WADMIN_VIEW_DEFINITIONS = value
public long WADMIN_VIEW_DEFINITIONS { 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 the views used in Project Web App.

See also

Reference

ArchiveScheduleDataSet.ArchiveScheduleRow class

ArchiveScheduleDataSet.ArchiveScheduleRow members

WebSvcArchive namespace