BulkDetectDuplicatesRequest.RecurrenceStartTime Property
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Gets or sets the start date and time of the asynchronous duplicates detection job.
Syntax
[Visual Basic .NET] Public Property RecurrenceStartTime As CrmDateTime
[C#]
public CrmDateTime RecurrenceStartTime {get; set;}
Property Value
The value of this property is a CrmDateTime type. For more information, see Recurrence Pattern in Asynchronous Job Execution.
Remarks
This is an optional property that specifies the start date and time of an asynchronous duplicates detection job, or the start date and time of the recurring duplicates detection job.
If this property is not set, the start date and time are set to the value that is contained in the CrmDateTime.Now property.
Requirements
Web service: CrmService
See Also
Concepts
Reference
© 2010 Microsoft Corporation. All rights reserved.
