AppointmentRequest.SearchRecurrenceRule Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the recurrence rule for appointment recurrence.
public:
property System::String ^ SearchRecurrenceRule { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string SearchRecurrenceRule { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SearchRecurrenceRule : string with get, set
Public Property SearchRecurrenceRule As String
Property Value
The recurrence rule.
Example: "FREQ=WEEKLY;BYDAY=MO;INTERVAL=60";
Where: BYDAY means which day = MO,TU,THINTERVAL is an integer valueFREQ="DAILY","WEEKLY"
This is similar to Asynchronous service recurrence start times and patterns.
- Attributes