BulkDetectDuplicatesRequest.RecurrenceStartTime Property

 

Applies To: Dynamics CRM 2015

Gets or sets the start date and time of an asynchronous system job that detects and logs multiple duplicate records. Optional.

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

Syntax

public DateTime RecurrenceStartTime { get; set; }
public:
property DateTime RecurrenceStartTime {
    DateTime get();
    void set(DateTime value);
}
member RecurrenceStartTime : DateTime with get, set
Public Property RecurrenceStartTime As Date

Property Value

Type: System.DateTime

Type: DateTime 
The start date and time of an asynchronous system job that detects and logs multiple duplicate record.

Remarks

This optional property specifies the start date and time of either a one-time-only job that detects multiple duplicate records, or of a recurring job that detects multiple duplicate records. If this property is not set, the start date and time are set to the value that is contained in the Now property. 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