BulkDetectDuplicatesRequest.RecurrencePattern Property

Definition

Gets or sets the recurrence pattern for the asynchronous system job that detects multiple duplicate records. Optional.

public:
 property System::String ^ RecurrencePattern { System::String ^ get(); void set(System::String ^ value); };
public string RecurrencePattern { get; set; }
member this.RecurrencePattern : string with get, set
Public Property RecurrencePattern As String

Property Value

The recurrence pattern for the asynchronous system job that detects multiple duplicate records.

Remarks

You can run the bulk detect duplicates job daily or without recurrence. To run without recurrence, set this property to String.Empty. For more information, see Recurrence start times and patterns.

Applies to