ArchiveScheduleDataSet.ArchiveScheduleRow.WADMIN_CATEGORY_GROUP Property

The scheduled time, in ticks, after which the security categories and groups 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_CATEGORY_GROUP As Long
    Get
    Set
'Usage
Dim instance As ArchiveScheduleDataSet.ArchiveScheduleRow
Dim value As Long

value = instance.WADMIN_CATEGORY_GROUP

instance.WADMIN_CATEGORY_GROUP = value
public long WADMIN_CATEGORY_GROUP { 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 security categories or groups.

See Also

Reference

ArchiveScheduleDataSet.ArchiveScheduleRow Class

ArchiveScheduleDataSet.ArchiveScheduleRow Members

Archive Web Service