ArchiveScheduleDataSet.ArchiveScheduleRow.WADMIN_ENTERPRISE_CUSTOM_FIELDS Property
The scheduled time, in ticks, after which the enterprise custom fields 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_ENTERPRISE_CUSTOM_FIELDS As Long
Get
Set
'Usage
Dim instance As ArchiveScheduleDataSet.ArchiveScheduleRow
Dim value As Long
value = instance.WADMIN_ENTERPRISE_CUSTOM_FIELDS
instance.WADMIN_ENTERPRISE_CUSTOM_FIELDS = value
public long WADMIN_ENTERPRISE_CUSTOM_FIELDS { 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 enterprise custom fields.
See Also
Reference
ArchiveScheduleDataSet.ArchiveScheduleRow Class