BulkDetectDuplicatesRequest.RecurrenceStartTime Property

Definition

Gets or sets the start date and time of an asynchronous system job that detects and logs multiple duplicate records. Optional.

public:
 property DateTime RecurrenceStartTime { DateTime get(); void set(DateTime value); };
public DateTime RecurrenceStartTime { get; set; }
member this.RecurrenceStartTime : DateTime with get, set
Public Property RecurrenceStartTime As DateTime

Property Value

DateTime

Type: DateTimeThe start date and time of an asynchronous system job that detects and logs multiple duplicate record.

Remarks

This optional property specifies the start date and time of either a one-time-only job that detects multiple duplicate records, or of a recurring job that detects multiple duplicate records. If this property is not set, the start date and time are set to the value that is contained in the Now property. For more information, see Recurrence pattern in asynchronous job execution.

Applies to