Scheduler for WinRT
ParentRecurrence Property


Gets the Appointment object that defines the recurrence criteria for this Appointment object. If this appointment is a not member of a recurrence, or is itself a root appointment, null is returned.
Syntax
'Declaration
 
Public ReadOnly Property ParentRecurrence As Appointment
'Usage
 
Dim instance As Appointment
Dim value As Appointment
 
value = instance.ParentRecurrence
public Appointment ParentRecurrence {get;}
Remarks
If an appointment is recurring (see the IsRecurring property) it represents an occurrence in the series that is started and defined by a specific pattern appointment. Use the ParentRecurrence property to obtain the pattern of the current appointment. A pattern appointment can be recognized by its RecurrenceState property set to the RecurrenceStateEnum.Master value. The recurrence information defined by the pattern appointment can be accessed via the RecurrencePattern property of the appointment.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Appointment Class
Appointment Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.