BulkDetectDuplicatesRequest.RecurrenceStartTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The 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 DateTime.Now property. For more information, see Recurrence start times and patterns.