AppointmentRequest.SearchRecurrenceRule Property

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Gets or sets the recurrence rule for appointment recurrence.

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

Syntax

[DataMemberAttribute]
public string SearchRecurrenceRule { get; set; }
<DataMemberAttribute>
Public Property SearchRecurrenceRule As String

Property Value

Type: System.String

Type: String
The recurrence rule.

Example:
"FREQ=WEEKLY;BYDAY=MO;INTERVAL=60";

Where:
BYDAY means which day = MO,TU,TH
INTERVAL is an integer value
FREQ="DAILY","WEEKLY"

This is similar to the Recurrence pattern in asynchronous job execution.

See Also

AppointmentRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright