BulkDeleteRequest.RecurrencePattern Property

Definition

Gets or sets the recurrence pattern for the bulk delete job. 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 bulk delete job.

Remarks

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

Applies to