BulkDeleteRequest.RecurrencePattern 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 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.