BulkDeleteRequest.RecurrencePattern Property

 

Applies To: Dynamics CRM 2015

Gets or sets the recurrence pattern for the bulk delete job. Optional.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

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

Property Value

Type: System.String

Type: String
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 pattern in asynchronous job execution.

See Also

BulkDeleteRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright