BulkDetectDuplicatesRequest.RecurrencePattern Property
Applies To: Dynamics CRM 2015
Gets or sets the recurrence pattern for the asynchronous system job that detects multiple duplicate records. 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 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 pattern in asynchronous job execution.
See Also
BulkDetectDuplicatesRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright