ArchiveScheduleDataSet.ArchiveScheduleRow.WADMIN_ENTERPRISE_CUSTOM_FIELDS Property

Represents the scheduled time in ticks to back up the enterprise custom fields.

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

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 add it to the number of tickets for the current day. A setting of 0 ticks directs the server to never back up enterprise custom fields.

See Also

Reference

ArchiveScheduleDataSet.ArchiveScheduleRow Class

ArchiveScheduleDataSet.ArchiveScheduleRow Members

WebSvcArchive Namespace