AppointmentRequest.SearchRecurrenceRule Property

 

Applies To: Dynamics CRM 2015

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; }
public:
[DataMemberAttribute]
property String^ SearchRecurrenceRule {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member SearchRecurrenceRule : string with 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

© 2016 Microsoft. All rights reserved. Copyright